#D43697

Color #D43697 Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #D43697

Tints of Deep Cerise #D43697

Color information

#D43697 (or 0xD43697) is unknown color: approx Deep Cerise. HEX triplet: D4, 36 and 97. RGB value is (212,54,151). Sum of RGB (Red+Green+Blue) = 212+54+151=417 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.84% from 417); Green value is 54 (21.48% from 255 or 12.95% from 417); Blue value is 151 (59.38% from 255 or 36.21% from 417); Max value from RGB is 212 - color contains mainly: red. Hex color #D43697 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43697 is #2BC968. Grayscale: #707070. Windows color (decimal): -2869609 or 9909972. OLE color: 9909972.

HSL color Cylindrical-coordinate representation of color #D43697: hue angle of 323.16º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D43697 is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB21254151-
CMYK00.750.290.17
HSL323.16º64.75%52.16%-
HSV(B)323.16º74.53%83.14%-
XYZ34.0618.8731.13-
YUV112.3149.85199.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 212 (83.20% from 255) = 50.84%
GREEN value IS 54 (21.48% from 255) = 12.95%
BLUE value IS 151 (59.38% from 255) = 36.21%
R=50.84%
G=12.95%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.29
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2125415100.750.290.17323.1664.7552.16
HexD4369704B1D111434134
Octal324662270113352150310164
Binary11010100110110100101110100101111101100011010000111000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43697; }

 p { color: rgb(212,54,151); }

 H1.HeaderClassName
 {
   color: #D43697;
 }
 .AnyTagClassName
 {
   color: #D43697;
 }
</style>
background-color css

<style>
 a { background-color: #D43697; }

 a { background-color: rgb(212,54,151); }

 div.DivClassName
 {
   background-color: #D43697;
 }
 .BgClassName
 {
   background-color: #D43697;
 }
</style>
border-color css

<style>
 span { border-color: #D43697; }

 span { border-color: rgb(212,54,151); }

 td.TdClassName
 {
   border-color: #D43697;
 }
 .TagClassName
 {
   border-color: #D43697;
 }
</style>