Html Css Color HEX #D82C76 Deep Cerise

📋 copy color: '#D82C76'

red 216 ◦ green 44 ◦ blue 118

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

Shades of Deep Cerise #D82C76

Tints of Deep Cerise #D82C76

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.64%

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

R = 57.14%
G = 11.64%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D82C76 (or 0xD82C76) is known color: Deep Cerise. HEX triplet: D8, 2C and 76. RGB value is (216,44,118). Sum of RGB (Red+Green+Blue) = 216+44+118=378 (50% of max value = 765). Red value is 216 (84.77% from 255 or 57.14% from 378); Green value is 44 (17.58% from 255 or 11.64% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 216 - color contains mainly: red. Hex color #D82C76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82C76 is #27D389. Grayscale: #676767. Windows color (decimal): -2610058 or 7744728. OLE color: 7744728.

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

Color convert

RGB 216 44 118 -
CMYK 0 0.80 0.45 0.15
HSL 334.19º 0.69% 0.51% -
HSV(B) 334.19º 0.8% 0.85% -
XYZ 32.49 17.71 18.85 -
YUV 103.86 135.98 207.98 -
System Red Green Blue C M Y K H S L
Decimal 216 44 118 0 0.80 0.45 0.15 334.19 0.69 0.51
Hex D8 2C 76 0 50 2D F 14E 45 33
Octal 330 54 166 0 120 55 17 516 105 63
Binary 11011000 101100 1110110 0 1010000 101101 1111 101001110 1000101 110011

Color Harmonies of #D82C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82C76

Black with #D82C76

Text Example


Text Example

White with #D82C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82C76; }

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

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

background-color css

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

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

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

border-color css

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

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

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