#D12D90

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

Shades of Deep Cerise #D12D90

Tints of Deep Cerise #D12D90

Color information

#D12D90 (or 0xD12D90) is unknown color: approx Deep Cerise. HEX triplet: D1, 2D and 90. RGB value is (209,45,144). Sum of RGB (Red+Green+Blue) = 209+45+144=398 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.51% from 398); Green value is 45 (17.97% from 255 or 11.31% from 398); Blue value is 144 (56.64% from 255 or 36.18% from 398); Max value from RGB is 209 - color contains mainly: red. Hex color #D12D90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12D90 is #2ED26F. Grayscale: #696969. Windows color (decimal): -3068528 or 9448913. OLE color: 9448913.

HSL color Cylindrical-coordinate representation of color #D12D90: hue angle of 323.78º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D12D90 is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB20945144-
CMYK00.780.310.18
HSL323.78º64.57%49.8%-
HSV(B)323.78º78.47%81.96%-
XYZ32.2717.4528.05-
YUV105.32149.83201.95-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 52.51%
GREEN value IS 45 (17.97% from 255) = 11.31%
BLUE value IS 144 (56.64% from 255) = 36.18%
R=52.51%
G=11.31%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2094514400.780.310.18323.7864.5749.8
HexD12D9004E1F121444132
Octal321552200116372250410162
Binary11010001101101100100000100111011111100101010001001000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D12D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D12D90; }

 p { color: rgb(209,45,144); }

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

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

 a { background-color: rgb(209,45,144); }

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

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

 span { border-color: rgb(209,45,144); }

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