Html Css Color HEX #D12D8E Deep Cerise

📋 copy color: '#D12D8E'

red 209 ◦ green 45 ◦ blue 142

#D12D8E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #D12D8E

Tints of Deep Cerise #D12D8E

RGB

 RED value IS 209 (82.03% from 255) = 52.78%

 GREEN value IS 45 (17.97% from 255) = 11.36%

 BLUE value IS 142 (55.86% from 255) = 35.86%

R = 52.78%
G = 11.36%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D12D8E (or 0xD12D8E) is known color: Deep Cerise. HEX triplet: D1, 2D and 8E. RGB value is (209,45,142). Sum of RGB (Red+Green+Blue) = 209+45+142=396 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.78% from 396); Green value is 45 (17.97% from 255 or 11.36% from 396); Blue value is 142 (55.86% from 255 or 35.86% from 396); Max value from RGB is 209 - color contains mainly: red. Hex color #D12D8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12D8E is #2ED271. Grayscale: #686868. Windows color (decimal): -3068530 or 9317841. OLE color: 9317841.

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

Color convert

RGB 209 45 142 -
CMYK 0 0.78 0.32 0.18
HSL 324.51º 0.65% 0.5% -
HSV(B) 324.51º 0.78% 0.82% -
XYZ 32.12 17.39 27.25 -
YUV 105.09 148.83 202.11 -
System Red Green Blue C M Y K H S L
Decimal 209 45 142 0 0.78 0.32 0.18 324.51 0.65 0.5
Hex D1 2D 8E 0 4E 20 12 145 41 32
Octal 321 55 216 0 116 40 22 505 101 62
Binary 11010001 101101 10001110 0 1001110 100000 10010 101000101 1000001 110010

Color Harmonies of #D12D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12D8E

Black with #D12D8E

Text Example


Text Example

White with #D12D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12D8E; }

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

 H1.HeaderClassName
 {
   color: #D12D8E;
 }
 .AnyTagClassName
 {
   color: #D12D8E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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