Html Css Color HEX #D82F76 Deep Cerise

📋 copy color: '#D82F76'

red 216 ◦ green 47 ◦ blue 118

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

Shades of Deep Cerise #D82F76

Tints of Deep Cerise #D82F76

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.34%

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

R = 56.69%
G = 12.34%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D82F76 (or 0xD82F76) is known color: Deep Cerise. HEX triplet: D8, 2F and 76. RGB value is (216,47,118). Sum of RGB (Red+Green+Blue) = 216+47+118=381 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.69% from 381); Green value is 47 (18.75% from 255 or 12.34% from 381); Blue value is 118 (46.48% from 255 or 30.97% from 381); Max value from RGB is 216 - color contains mainly: red. Hex color #D82F76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82F76 is #27D089. Grayscale: #696969. Windows color (decimal): -2609290 or 7745496. OLE color: 7745496.

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

Color convert

RGB 216 47 118 -
CMYK 0 0.78 0.45 0.15
HSL 334.79º 0.68% 0.52% -
HSV(B) 334.79º 0.78% 0.85% -
XYZ 32.61 17.94 18.88 -
YUV 105.63 134.99 206.73 -
System Red Green Blue C M Y K H S L
Decimal 216 47 118 0 0.78 0.45 0.15 334.79 0.68 0.52
Hex D8 2F 76 0 4E 2D F 14F 44 34
Octal 330 57 166 0 116 55 17 517 104 64
Binary 11011000 101111 1110110 0 1001110 101101 1111 101001111 1000100 110100

Color Harmonies of #D82F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82F76

Black with #D82F76

Text Example


Text Example

White with #D82F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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