#D12CA5

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

Shades of Deep Cerise #D12CA5

Tints of Deep Cerise #D12CA5

Color information

#D12CA5 (or 0xD12CA5) is unknown color: approx Deep Cerise. HEX triplet: D1, 2C and A5. RGB value is (209,44,165). Sum of RGB (Red+Green+Blue) = 209+44+165=418 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50% from 418); Green value is 44 (17.58% from 255 or 10.53% from 418); Blue value is 165 (64.84% from 255 or 39.47% from 418); Max value from RGB is 209 - color contains mainly: red. Hex color #D12CA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12CA5 is #2ED35A. Grayscale: #6A6A6A. Windows color (decimal): -3068763 or 10824913. OLE color: 10824913.

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

Color convert

RGB20944165-
CMYK00.790.210.18
HSL316º65.22%49.61%-
HSV(B)316º78.95%81.96%-
XYZ33.9918.0737.29-
YUV107.13160.66200.66-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50%
GREEN value IS 44 (17.58% from 255) = 10.53%
BLUE value IS 165 (64.84% from 255) = 39.47%
R=50%
G=10.53%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2094416500.790.210.1831665.2249.61
HexD12CA504F151213c4132
Octal321542450117252247410162
Binary11010001101100101001010100111110101100101001111001000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D12CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D12CA5; }

 p { color: rgb(209,44,165); }

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

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

 a { background-color: rgb(209,44,165); }

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

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

 span { border-color: rgb(209,44,165); }

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