Html Css Color HEX #D62084 Deep Cerise

📋 copy color: '#D62084'

red 214 ◦ green 32 ◦ blue 132

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

Shades of Deep Cerise #D62084

Tints of Deep Cerise #D62084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 34.92%

R = 56.61%
G = 8.47%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D62084 (or 0xD62084) is known color: Deep Cerise. HEX triplet: D6, 20 and 84. RGB value is (214,32,132). Sum of RGB (Red+Green+Blue) = 214+32+132=378 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.61% from 378); Green value is 32 (12.89% from 255 or 8.47% from 378); Blue value is 132 (51.95% from 255 or 34.92% from 378); Max value from RGB is 214 - color contains mainly: red. Hex color #D62084 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62084 is #29DF7B. Grayscale: #616161. Windows color (decimal): -2744188 or 8659158. OLE color: 8659158.

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

Color convert

RGB 214 32 132 -
CMYK 0 0.85 0.38 0.16
HSL 327.03º 0.74% 0.48% -
HSV(B) 327.03º 0.85% 0.84% -
XYZ 32.41 17 23.4 -
YUV 97.82 147.3 210.87 -
System Red Green Blue C M Y K H S L
Decimal 214 32 132 0 0.85 0.38 0.16 327.03 0.74 0.48
Hex D6 20 84 0 55 26 10 147 4A 30
Octal 326 40 204 0 125 46 20 507 112 60
Binary 11010110 100000 10000100 0 1010101 100110 10000 101000111 1001010 110000

Color Harmonies of #D62084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62084

Black with #D62084

Text Example


Text Example

White with #D62084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62084; }

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

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

background-color css

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

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

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

border-color css

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

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

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