Html Css Color HEX #D62078 Deep Cerise

📋 copy color: '#D62078'

red 214 ◦ green 32 ◦ blue 120

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

Shades of Deep Cerise #D62078

Tints of Deep Cerise #D62078

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.74%

 BLUE value IS 120 (47.27% from 255) = 32.79%

R = 58.47%
G = 8.74%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D62078 (or 0xD62078) is known color: Deep Cerise. HEX triplet: D6, 20 and 78. RGB value is (214,32,120). Sum of RGB (Red+Green+Blue) = 214+32+120=366 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.47% from 366); Green value is 32 (12.89% from 255 or 8.74% from 366); Blue value is 120 (47.27% from 255 or 32.79% from 366); Max value from RGB is 214 - color contains mainly: red. Hex color #D62078 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62078 is #29DF87. Grayscale: #606060. Windows color (decimal): -2744200 or 7872726. OLE color: 7872726.

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

Color convert

RGB 214 32 120 -
CMYK 0 0.85 0.44 0.16
HSL 330.99º 0.74% 0.48% -
HSV(B) 330.99º 0.85% 0.84% -
XYZ 31.64 16.69 19.32 -
YUV 96.45 141.3 211.84 -
System Red Green Blue C M Y K H S L
Decimal 214 32 120 0 0.85 0.44 0.16 330.99 0.74 0.48
Hex D6 20 78 0 55 2C 10 14B 4A 30
Octal 326 40 170 0 125 54 20 513 112 60
Binary 11010110 100000 1111000 0 1010101 101100 10000 101001011 1001010 110000

Color Harmonies of #D62078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62078

Black with #D62078

Text Example


Text Example

White with #D62078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62078; }

 p { color: rgb(214,32,120); }

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

background-color css

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

 a { background-color: rgb(214,32,120); }

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

border-color css

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

 span { border-color: rgb(214,32,120); }

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