Html Css Color HEX #D62977 Deep Cerise

📋 copy color: '#D62977'

red 214 ◦ green 41 ◦ blue 119

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

Shades of Deep Cerise #D62977

Tints of Deep Cerise #D62977

RGB

 RED value IS 214 (83.98% from 255) = 57.22%

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

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

R = 57.22%
G = 10.96%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D62977 (or 0xD62977) is known color: Deep Cerise. HEX triplet: D6, 29 and 77. RGB value is (214,41,119). Sum of RGB (Red+Green+Blue) = 214+41+119=374 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.22% from 374); Green value is 41 (16.41% from 255 or 10.96% from 374); Blue value is 119 (46.88% from 255 or 31.82% from 374); Max value from RGB is 214 - color contains mainly: red. Hex color #D62977 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62977 is #29D688. Grayscale: #656565. Windows color (decimal): -2741897 or 7809494. OLE color: 7809494.

HSL color Cylindrical-coordinate representation of color #D62977: hue angle of 332.95º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D62977 is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 41 119 -
CMYK 0 0.81 0.44 0.16
HSL 332.95º 0.68% 0.5% -
HSV(B) 332.95º 0.81% 0.84% -
XYZ 31.85 17.21 19.1 -
YUV 101.62 137.81 208.16 -
System Red Green Blue C M Y K H S L
Decimal 214 41 119 0 0.81 0.44 0.16 332.95 0.68 0.5
Hex D6 29 77 0 51 2C 10 14D 44 32
Octal 326 51 167 0 121 54 20 515 104 62
Binary 11010110 101001 1110111 0 1010001 101100 10000 101001101 1000100 110010

Color Harmonies of #D62977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62977

Black with #D62977

Text Example


Text Example

White with #D62977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62977; }

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

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

background-color css

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

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

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

border-color css

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

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

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