Html Css Color HEX #D82196 Deep Cerise

📋 copy color: '#D82196'

red 216 ◦ green 33 ◦ blue 150

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

Shades of Deep Cerise #D82196

Tints of Deep Cerise #D82196

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.27%

 BLUE value IS 150 (58.98% from 255) = 37.59%

R = 54.14%
G = 8.27%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D82196 (or 0xD82196) is known color: Deep Cerise. HEX triplet: D8, 21 and 96. RGB value is (216,33,150). Sum of RGB (Red+Green+Blue) = 216+33+150=399 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.14% from 399); Green value is 33 (13.28% from 255 or 8.27% from 399); Blue value is 150 (58.98% from 255 or 37.59% from 399); Max value from RGB is 216 - color contains mainly: red. Hex color #D82196 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82196 is #27DE69. Grayscale: #646464. Windows color (decimal): -2612842 or 9839064. OLE color: 9839064.

HSL color Cylindrical-coordinate representation of color #D82196: hue angle of 321.64º degrees, saturation: 0.73, 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 #D82196 is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 33 150 -
CMYK 0 0.85 0.31 0.15
HSL 321.64º 0.73% 0.49% -
HSV(B) 321.64º 0.85% 0.85% -
XYZ 34.37 17.89 30.5 -
YUV 101.06 155.63 209.99 -
System Red Green Blue C M Y K H S L
Decimal 216 33 150 0 0.85 0.31 0.15 321.64 0.73 0.49
Hex D8 21 96 0 55 1F F 142 49 31
Octal 330 41 226 0 125 37 17 502 111 61
Binary 11011000 100001 10010110 0 1010101 11111 1111 101000010 1001001 110001

Color Harmonies of #D82196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82196

Black with #D82196

Text Example


Text Example

White with #D82196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82196; }

 p { color: rgb(216,33,150); }

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

background-color css

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

 a { background-color: rgb(216,33,150); }

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

border-color css

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

 span { border-color: rgb(216,33,150); }

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