Html Css Color HEX #D12FAA Deep Cerise

📋 copy color: '#D12FAA'

red 209 ◦ green 47 ◦ blue 170

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

Shades of Deep Cerise #D12FAA

Tints of Deep Cerise #D12FAA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.03%

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

R = 49.06%
G = 11.03%
B = 39.91%

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

#D12FAA (or 0xD12FAA) is known color: Deep Cerise. HEX triplet: D1, 2F and AA. RGB value is (209,47,170). Sum of RGB (Red+Green+Blue) = 209+47+170=426 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.06% from 426); Green value is 47 (18.75% from 255 or 11.03% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 209 - color contains mainly: red. Hex color #D12FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12FAA is #2ED055. Grayscale: #6D6D6D. Windows color (decimal): -3067990 or 11153361. OLE color: 11153361.

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

Color convert

RGB 209 47 170 -
CMYK 0 0.78 0.19 0.18
HSL 314.44º 0.64% 0.5% -
HSV(B) 314.44º 0.78% 0.82% -
XYZ 34.57 18.49 39.78 -
YUV 109.46 162.17 199 -
System Red Green Blue C M Y K H S L
Decimal 209 47 170 0 0.78 0.19 0.18 314.44 0.64 0.5
Hex D1 2F AA 0 4E 13 12 13A 40 32
Octal 321 57 252 0 116 23 22 472 100 62
Binary 11010001 101111 10101010 0 1001110 10011 10010 100111010 1000000 110010

Color Harmonies of #D12FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12FAA

Black with #D12FAA

Text Example


Text Example

White with #D12FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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