Html Css Color HEX #D82198 Deep Cerise

📋 copy color: '#D82198'

red 216 ◦ green 33 ◦ blue 152

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

Shades of Deep Cerise #D82198

Tints of Deep Cerise #D82198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 37.91%

R = 53.87%
G = 8.23%
B = 37.91%

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

#D82198 (or 0xD82198) is known color: Deep Cerise. HEX triplet: D8, 21 and 98. RGB value is (216,33,152). Sum of RGB (Red+Green+Blue) = 216+33+152=401 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.87% from 401); Green value is 33 (13.28% from 255 or 8.23% from 401); Blue value is 152 (59.77% from 255 or 37.91% from 401); Max value from RGB is 216 - color contains mainly: red. Hex color #D82198 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82198 is #27DE67. Grayscale: #646464. Windows color (decimal): -2612840 or 9970136. OLE color: 9970136.

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

Color convert

RGB 216 33 152 -
CMYK 0 0.85 0.30 0.15
HSL 320.98º 0.73% 0.49% -
HSV(B) 320.98º 0.85% 0.85% -
XYZ 34.53 17.95 31.35 -
YUV 101.28 156.63 209.82 -
System Red Green Blue C M Y K H S L
Decimal 216 33 152 0 0.85 0.30 0.15 320.98 0.73 0.49
Hex D8 21 98 0 55 1E F 141 49 31
Octal 330 41 230 0 125 36 17 501 111 61
Binary 11011000 100001 10011000 0 1010101 11110 1111 101000001 1001001 110001

Color Harmonies of #D82198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82198

Black with #D82198

Text Example


Text Example

White with #D82198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82198; }

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

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

background-color css

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

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

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

border-color css

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

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

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