Html Css Color HEX #D12D81 Deep Cerise

📋 copy color: '#D12D81'

red 209 ◦ green 45 ◦ blue 129

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

Shades of Deep Cerise #D12D81

Tints of Deep Cerise #D12D81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 33.68%

R = 54.57%
G = 11.75%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D12D81 (or 0xD12D81) is known color: Deep Cerise. HEX triplet: D1, 2D and 81. RGB value is (209,45,129). Sum of RGB (Red+Green+Blue) = 209+45+129=383 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.57% from 383); Green value is 45 (17.97% from 255 or 11.75% from 383); Blue value is 129 (50.78% from 255 or 33.68% from 383); Max value from RGB is 209 - color contains mainly: red. Hex color #D12D81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12D81 is #2ED27E. Grayscale: #676767. Windows color (decimal): -3068543 or 8465873. OLE color: 8465873.

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

Color convert

RGB 209 45 129 -
CMYK 0 0.78 0.38 0.18
HSL 329.27º 0.65% 0.5% -
HSV(B) 329.27º 0.78% 0.82% -
XYZ 31.2 17.02 22.41 -
YUV 103.61 142.33 203.17 -
System Red Green Blue C M Y K H S L
Decimal 209 45 129 0 0.78 0.38 0.18 329.27 0.65 0.5
Hex D1 2D 81 0 4E 26 12 149 41 32
Octal 321 55 201 0 116 46 22 511 101 62
Binary 11010001 101101 10000001 0 1001110 100110 10010 101001001 1000001 110010

Color Harmonies of #D12D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12D81

Black with #D12D81

Text Example


Text Example

White with #D12D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12D81; }

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

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

background-color css

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

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

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

border-color css

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

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

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