Html Css Color HEX #D82B81 Deep Cerise

📋 copy color: '#D82B81'

red 216 ◦ green 43 ◦ blue 129

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

Shades of Deep Cerise #D82B81

Tints of Deep Cerise #D82B81

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.08%

 BLUE value IS 129 (50.78% from 255) = 33.25%

R = 55.67%
G = 11.08%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#D82B81 (or 0xD82B81) is known color: Deep Cerise. HEX triplet: D8, 2B and 81. RGB value is (216,43,129). Sum of RGB (Red+Green+Blue) = 216+43+129=388 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.67% from 388); Green value is 43 (17.19% from 255 or 11.08% from 388); Blue value is 129 (50.78% from 255 or 33.25% from 388); Max value from RGB is 216 - color contains mainly: red. Hex color #D82B81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82B81 is #27D47E. Grayscale: #686868. Windows color (decimal): -2610303 or 8465368. OLE color: 8465368.

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

Color convert

RGB 216 43 129 -
CMYK 0 0.80 0.40 0.15
HSL 330.17º 0.69% 0.51% -
HSV(B) 330.17º 0.8% 0.85% -
XYZ 33.15 17.91 22.48 -
YUV 104.53 141.81 207.51 -
System Red Green Blue C M Y K H S L
Decimal 216 43 129 0 0.80 0.40 0.15 330.17 0.69 0.51
Hex D8 2B 81 0 50 28 F 14A 45 33
Octal 330 53 201 0 120 50 17 512 105 63
Binary 11011000 101011 10000001 0 1010000 101000 1111 101001010 1000101 110011

Color Harmonies of #D82B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82B81

Black with #D82B81

Text Example


Text Example

White with #D82B81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82B81; }

 p { color: rgb(216,43,129); }

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

background-color css

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

 a { background-color: rgb(216,43,129); }

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

border-color css

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

 span { border-color: rgb(216,43,129); }

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