Html Css Color HEX #D12F77 Deep Cerise

📋 copy color: '#D12F77'

red 209 ◦ green 47 ◦ blue 119

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

Shades of Deep Cerise #D12F77

Tints of Deep Cerise #D12F77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.73%

R = 55.73%
G = 12.53%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D12F77 (or 0xD12F77) is known color: Deep Cerise. HEX triplet: D1, 2F and 77. RGB value is (209,47,119). Sum of RGB (Red+Green+Blue) = 209+47+119=375 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.73% from 375); Green value is 47 (18.75% from 255 or 12.53% from 375); Blue value is 119 (46.88% from 255 or 31.73% from 375); Max value from RGB is 209 - color contains mainly: red. Hex color #D12F77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12F77 is #2ED088. Grayscale: #676767. Windows color (decimal): -3068041 or 7811025. OLE color: 7811025.

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

Color convert

RGB 209 47 119 -
CMYK 0 0.78 0.43 0.18
HSL 333.33º 0.64% 0.5% -
HSV(B) 333.33º 0.78% 0.82% -
XYZ 30.64 16.92 19.1 -
YUV 103.65 136.67 203.15 -
System Red Green Blue C M Y K H S L
Decimal 209 47 119 0 0.78 0.43 0.18 333.33 0.64 0.5
Hex D1 2F 77 0 4E 2B 12 14D 40 32
Octal 321 57 167 0 116 53 22 515 100 62
Binary 11010001 101111 1110111 0 1001110 101011 10010 101001101 1000000 110010

Color Harmonies of #D12F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12F77

Black with #D12F77

Text Example


Text Example

White with #D12F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12F77; }

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

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

background-color css

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

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

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

border-color css

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

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

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