Html Css Color HEX #D82276 Deep Cerise

📋 copy color: '#D82276'

red 216 ◦ green 34 ◦ blue 118

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

Shades of Deep Cerise #D82276

Tints of Deep Cerise #D82276

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.24%

 BLUE value IS 118 (46.48% from 255) = 32.07%

R = 58.7%
G = 9.24%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D82276 (or 0xD82276) is known color: Deep Cerise. HEX triplet: D8, 22 and 76. RGB value is (216,34,118). Sum of RGB (Red+Green+Blue) = 216+34+118=368 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.70% from 368); Green value is 34 (13.67% from 255 or 9.24% from 368); Blue value is 118 (46.48% from 255 or 32.07% from 368); Max value from RGB is 216 - color contains mainly: red. Hex color #D82276 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82276 is #27DD89. Grayscale: #616161. Windows color (decimal): -2612618 or 7742168. OLE color: 7742168.

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

Color convert

RGB 216 34 118 -
CMYK 0 0.84 0.45 0.15
HSL 332.31º 0.73% 0.49% -
HSV(B) 332.31º 0.84% 0.85% -
XYZ 32.16 17.05 18.74 -
YUV 97.99 139.3 212.17 -
System Red Green Blue C M Y K H S L
Decimal 216 34 118 0 0.84 0.45 0.15 332.31 0.73 0.49
Hex D8 22 76 0 54 2D F 14C 49 31
Octal 330 42 166 0 124 55 17 514 111 61
Binary 11011000 100010 1110110 0 1010100 101101 1111 101001100 1001001 110001

Color Harmonies of #D82276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82276

Black with #D82276

Text Example


Text Example

White with #D82276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82276; }

 p { color: rgb(216,34,118); }

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

background-color css

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

 a { background-color: rgb(216,34,118); }

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

border-color css

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

 span { border-color: rgb(216,34,118); }

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