Html Css Color HEX #D82A79 Deep Cerise

📋 copy color: '#D82A79'

red 216 ◦ green 42 ◦ blue 121

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

Shades of Deep Cerise #D82A79

Tints of Deep Cerise #D82A79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 31.93%

R = 56.99%
G = 11.08%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D82A79 (or 0xD82A79) is known color: Deep Cerise. HEX triplet: D8, 2A and 79. RGB value is (216,42,121). Sum of RGB (Red+Green+Blue) = 216+42+121=379 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.99% from 379); Green value is 42 (16.80% from 255 or 11.08% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 216 - color contains mainly: red. Hex color #D82A79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82A79 is #27D586. Grayscale: #666666. Windows color (decimal): -2610567 or 7940824. OLE color: 7940824.

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

Color convert

RGB 216 42 121 -
CMYK 0 0.81 0.44 0.15
HSL 332.76º 0.69% 0.51% -
HSV(B) 332.76º 0.81% 0.85% -
XYZ 32.6 17.64 19.78 -
YUV 103.03 138.15 208.58 -
System Red Green Blue C M Y K H S L
Decimal 216 42 121 0 0.81 0.44 0.15 332.76 0.69 0.51
Hex D8 2A 79 0 51 2C F 14D 45 33
Octal 330 52 171 0 121 54 17 515 105 63
Binary 11011000 101010 1111001 0 1010001 101100 1111 101001101 1000101 110011

Color Harmonies of #D82A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82A79

Black with #D82A79

Text Example


Text Example

White with #D82A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82A79; }

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

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

background-color css

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

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

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

border-color css

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

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

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