Html Css Color HEX #D12AA0 Deep Cerise

📋 copy color: '#D12AA0'

red 209 ◦ green 42 ◦ blue 160

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

Shades of Deep Cerise #D12AA0

Tints of Deep Cerise #D12AA0

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.22%

 BLUE value IS 160 (62.89% from 255) = 38.93%

R = 50.85%
G = 10.22%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D12AA0 (or 0xD12AA0) is known color: Deep Cerise. HEX triplet: D1, 2A and A0. RGB value is (209,42,160). Sum of RGB (Red+Green+Blue) = 209+42+160=411 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.85% from 411); Green value is 42 (16.80% from 255 or 10.22% from 411); Blue value is 160 (62.89% from 255 or 38.93% from 411); Max value from RGB is 209 - color contains mainly: red. Hex color #D12AA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12AA0 is #2ED55F. Grayscale: #696969. Windows color (decimal): -3069280 or 10496721. OLE color: 10496721.

HSL color Cylindrical-coordinate representation of color #D12AA0: hue angle of 317.6º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D12AA0 is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 42 160 -
CMYK 0 0.80 0.23 0.18
HSL 317.6º 0.67% 0.49% -
HSV(B) 317.6º 0.8% 0.82% -
XYZ 33.47 17.75 34.92 -
YUV 105.39 158.83 201.91 -
System Red Green Blue C M Y K H S L
Decimal 209 42 160 0 0.80 0.23 0.18 317.6 0.67 0.49
Hex D1 2A A0 0 50 17 12 13E 43 31
Octal 321 52 240 0 120 27 22 476 103 61
Binary 11010001 101010 10100000 0 1010000 10111 10010 100111110 1000011 110001

Color Harmonies of #D12AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12AA0

Black with #D12AA0

Text Example


Text Example

White with #D12AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12AA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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