#D12DA0

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

Shades of Deep Cerise #D12DA0

Tints of Deep Cerise #D12DA0

Color information

#D12DA0 (or 0xD12DA0) is unknown color: approx Deep Cerise. HEX triplet: D1, 2D and A0. RGB value is (209,45,160). Sum of RGB (Red+Green+Blue) = 209+45+160=414 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.48% from 414); Green value is 45 (17.97% from 255 or 10.87% from 414); Blue value is 160 (62.89% from 255 or 38.65% from 414); Max value from RGB is 209 - color contains mainly: red. Hex color #D12DA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12DA0 is #2ED25F. Grayscale: #6A6A6A. Windows color (decimal): -3068512 or 10497489. OLE color: 10497489.

HSL color Cylindrical-coordinate representation of color #D12DA0: hue angle of 317.93º 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 #D12DA0 is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB20945160-
CMYK00.780.230.18
HSL317.93º64.57%49.8%-
HSV(B)317.93º78.47%81.96%-
XYZ33.5817.9734.96-
YUV107.15157.83200.65-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.48%
GREEN value IS 45 (17.97% from 255) = 10.87%
BLUE value IS 160 (62.89% from 255) = 38.65%
R=50.48%
G=10.87%
B=38.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.23
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2094516000.780.230.18317.9364.5749.8
HexD12DA004E171213e4132
Octal321552400116272247610162
Binary11010001101101101000000100111010111100101001111101000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D12DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D12DA0; }

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

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

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

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

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

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

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

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