Html Css Color HEX #D12977 Deep Cerise

📋 copy color: '#D12977'

red 209 ◦ green 41 ◦ blue 119

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

Shades of Deep Cerise #D12977

Tints of Deep Cerise #D12977

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.11%

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

R = 56.64%
G = 11.11%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D12977 (or 0xD12977) is known color: Deep Cerise. HEX triplet: D1, 29 and 77. RGB value is (209,41,119). Sum of RGB (Red+Green+Blue) = 209+41+119=369 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.64% from 369); Green value is 41 (16.41% from 255 or 11.11% from 369); Blue value is 119 (46.88% from 255 or 32.25% from 369); Max value from RGB is 209 - color contains mainly: red. Hex color #D12977 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12977 is #2ED688. Grayscale: #636363. Windows color (decimal): -3069577 or 7809489. OLE color: 7809489.

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

Color convert

RGB 209 41 119 -
CMYK 0 0.80 0.43 0.18
HSL 332.14º 0.67% 0.49% -
HSV(B) 332.14º 0.8% 0.82% -
XYZ 30.42 16.47 19.03 -
YUV 100.12 138.66 205.66 -
System Red Green Blue C M Y K H S L
Decimal 209 41 119 0 0.80 0.43 0.18 332.14 0.67 0.49
Hex D1 29 77 0 50 2B 12 14C 43 31
Octal 321 51 167 0 120 53 22 514 103 61
Binary 11010001 101001 1110111 0 1010000 101011 10010 101001100 1000011 110001

Color Harmonies of #D12977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12977

Black with #D12977

Text Example


Text Example

White with #D12977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12977; }

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

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

background-color css

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

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

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

border-color css

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

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

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