#D12A78

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

Shades of Deep Cerise #D12A78

Tints of Deep Cerise #D12A78

Color information

#D12A78 (or 0xD12A78) is unknown color: approx Deep Cerise. HEX triplet: D1, 2A and 78. RGB value is (209,42,120). Sum of RGB (Red+Green+Blue) = 209+42+120=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 42 (16.80% from 255 or 11.32% from 371); Blue value is 120 (47.27% from 255 or 32.35% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D12A78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12A78 is #2ED587. Grayscale: #646464. Windows color (decimal): -3069320 or 7875281. OLE color: 7875281.

HSL color Cylindrical-coordinate representation of color #D12A78: hue angle of 331.98º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D12A78 is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB20942120-
CMYK00.800.430.18
HSL331.98º66.53%49.22%-
HSV(B)331.98º79.9%81.96%-
XYZ30.5116.5719.36-
YUV100.82138.83205.16-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 56.33%
GREEN value IS 42 (16.80% from 255) = 11.32%
BLUE value IS 120 (47.27% from 255) = 32.35%
R=56.33%
G=11.32%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2094212000.800.430.18331.9866.5349.22
HexD12A780502B1214c4331
Octal321521700120532251410361
Binary11010001101010111100001010000101011100101010011001000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D12A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D12A78; }

 p { color: rgb(209,42,120); }

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

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

 a { background-color: rgb(209,42,120); }

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

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

 span { border-color: rgb(209,42,120); }

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