Html Css Color HEX #D12EAA Deep Cerise

📋 copy color: '#D12EAA'

red 209 ◦ green 46 ◦ blue 170

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

Shades of Deep Cerise #D12EAA

Tints of Deep Cerise #D12EAA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.82%

 BLUE value IS 170 (66.8% from 255) = 40%

R = 49.18%
G = 10.82%
B = 40%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D12EAA (or 0xD12EAA) is known color: Deep Cerise. HEX triplet: D1, 2E and AA. RGB value is (209,46,170). Sum of RGB (Red+Green+Blue) = 209+46+170=425 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.18% from 425); Green value is 46 (18.36% from 255 or 10.82% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 209 - color contains mainly: red. Hex color #D12EAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12EAA is #2ED155. Grayscale: #6C6C6C. Windows color (decimal): -3068246 or 11153105. OLE color: 11153105.

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

Color convert

RGB 209 46 170 -
CMYK 0 0.78 0.19 0.18
HSL 314.36º 0.64% 0.5% -
HSV(B) 314.36º 0.78% 0.82% -
XYZ 34.53 18.41 39.76 -
YUV 108.87 162.5 199.42 -
System Red Green Blue C M Y K H S L
Decimal 209 46 170 0 0.78 0.19 0.18 314.36 0.64 0.5
Hex D1 2E AA 0 4E 13 12 13A 40 32
Octal 321 56 252 0 116 23 22 472 100 62
Binary 11010001 101110 10101010 0 1001110 10011 10010 100111010 1000000 110010

Color Harmonies of #D12EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12EAA

Black with #D12EAA

Text Example


Text Example

White with #D12EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12EAA; }

 p { color: rgb(209,46,170); }

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

background-color css

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

 a { background-color: rgb(209,46,170); }

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

border-color css

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

 span { border-color: rgb(209,46,170); }

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