Html Css Color HEX #D62976 Deep Cerise

📋 copy color: '#D62976'

red 214 ◦ green 41 ◦ blue 118

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

Shades of Deep Cerise #D62976

Tints of Deep Cerise #D62976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 31.64%

R = 57.37%
G = 10.99%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D62976 (or 0xD62976) is known color: Deep Cerise. HEX triplet: D6, 29 and 76. RGB value is (214,41,118). Sum of RGB (Red+Green+Blue) = 214+41+118=373 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.37% from 373); Green value is 41 (16.41% from 255 or 10.99% from 373); Blue value is 118 (46.48% from 255 or 31.64% from 373); Max value from RGB is 214 - color contains mainly: red. Hex color #D62976 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62976 is #29D689. Grayscale: #656565. Windows color (decimal): -2741898 or 7743958. OLE color: 7743958.

HSL color Cylindrical-coordinate representation of color #D62976: hue angle of 333.29º 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 #D62976 is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 41 118 -
CMYK 0 0.81 0.45 0.16
HSL 333.29º 0.68% 0.5% -
HSV(B) 333.29º 0.81% 0.84% -
XYZ 31.79 17.19 18.78 -
YUV 101.51 137.31 208.24 -
System Red Green Blue C M Y K H S L
Decimal 214 41 118 0 0.81 0.45 0.16 333.29 0.68 0.5
Hex D6 29 76 0 51 2D 10 14D 44 32
Octal 326 51 166 0 121 55 20 515 104 62
Binary 11010110 101001 1110110 0 1010001 101101 10000 101001101 1000100 110010

Color Harmonies of #D62976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62976

Black with #D62976

Text Example


Text Example

White with #D62976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62976; }

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

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

background-color css

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

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

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

border-color css

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

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

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