Html Css Color HEX #D82A76 Deep Cerise

📋 copy color: '#D82A76'

red 216 ◦ green 42 ◦ blue 118

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

Shades of Deep Cerise #D82A76

Tints of Deep Cerise #D82A76

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.17%

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

R = 57.45%
G = 11.17%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D82A76 (or 0xD82A76) is known color: Deep Cerise. HEX triplet: D8, 2A and 76. RGB value is (216,42,118). Sum of RGB (Red+Green+Blue) = 216+42+118=376 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.45% from 376); Green value is 42 (16.80% from 255 or 11.17% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 216 - color contains mainly: red. Hex color #D82A76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82A76 is #27D589. Grayscale: #666666. Windows color (decimal): -2610570 or 7744216. OLE color: 7744216.

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

Color convert

RGB 216 42 118 -
CMYK 0 0.81 0.45 0.15
HSL 333.79º 0.69% 0.51% -
HSV(B) 333.79º 0.81% 0.85% -
XYZ 32.42 17.56 18.82 -
YUV 102.69 136.65 208.82 -
System Red Green Blue C M Y K H S L
Decimal 216 42 118 0 0.81 0.45 0.15 333.79 0.69 0.51
Hex D8 2A 76 0 51 2D F 14E 45 33
Octal 330 52 166 0 121 55 17 516 105 63
Binary 11011000 101010 1110110 0 1010001 101101 1111 101001110 1000101 110011

Color Harmonies of #D82A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82A76

Black with #D82A76

Text Example


Text Example

White with #D82A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82A76; }

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

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

background-color css

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

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

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

border-color css

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

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

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