Html Css Color HEX #D82097 Deep Cerise

📋 copy color: '#D82097'

red 216 ◦ green 32 ◦ blue 151

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

Shades of Deep Cerise #D82097

Tints of Deep Cerise #D82097

RGB

 RED value IS 216 (84.77% from 255) = 54.14%

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

 BLUE value IS 151 (59.38% from 255) = 37.84%

R = 54.14%
G = 8.02%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D82097 (or 0xD82097) is known color: Deep Cerise. HEX triplet: D8, 20 and 97. RGB value is (216,32,151). Sum of RGB (Red+Green+Blue) = 216+32+151=399 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.14% from 399); Green value is 32 (12.89% from 255 or 8.02% from 399); Blue value is 151 (59.38% from 255 or 37.84% from 399); Max value from RGB is 216 - color contains mainly: red. Hex color #D82097 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82097 is #27DF68. Grayscale: #646464. Windows color (decimal): -2613097 or 9904344. OLE color: 9904344.

HSL color Cylindrical-coordinate representation of color #D82097: hue angle of 321.2º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D82097 is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 32 151 -
CMYK 0 0.85 0.30 0.15
HSL 321.2º 0.74% 0.49% -
HSV(B) 321.2º 0.85% 0.85% -
XYZ 34.42 17.87 30.91 -
YUV 100.58 156.46 210.32 -
System Red Green Blue C M Y K H S L
Decimal 216 32 151 0 0.85 0.30 0.15 321.2 0.74 0.49
Hex D8 20 97 0 55 1E F 141 4A 31
Octal 330 40 227 0 125 36 17 501 112 61
Binary 11011000 100000 10010111 0 1010101 11110 1111 101000001 1001010 110001

Color Harmonies of #D82097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82097

Black with #D82097

Text Example


Text Example

White with #D82097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82097; }

 p { color: rgb(216,32,151); }

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

background-color css

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

 a { background-color: rgb(216,32,151); }

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

border-color css

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

 span { border-color: rgb(216,32,151); }

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