Html Css Color HEX #D82A81 Deep Cerise

📋 copy color: '#D82A81'

red 216 ◦ green 42 ◦ blue 129

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

Shades of Deep Cerise #D82A81

Tints of Deep Cerise #D82A81

RGB

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

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

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

R = 55.81%
G = 10.85%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#D82A81 (or 0xD82A81) is known color: Deep Cerise. HEX triplet: D8, 2A and 81. RGB value is (216,42,129). Sum of RGB (Red+Green+Blue) = 216+42+129=387 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.81% from 387); Green value is 42 (16.80% from 255 or 10.85% from 387); Blue value is 129 (50.78% from 255 or 33.33% from 387); Max value from RGB is 216 - color contains mainly: red. Hex color #D82A81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82A81 is #27D57E. Grayscale: #676767. Windows color (decimal): -2610559 or 8465112. OLE color: 8465112.

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

Color convert

RGB 216 42 129 -
CMYK 0 0.81 0.40 0.15
HSL 330º 0.69% 0.51% -
HSV(B) 330º 0.81% 0.85% -
XYZ 33.11 17.84 22.47 -
YUV 103.94 142.15 207.93 -
System Red Green Blue C M Y K H S L
Decimal 216 42 129 0 0.81 0.40 0.15 330 0.69 0.51
Hex D8 2A 81 0 51 28 F 14A 45 33
Octal 330 52 201 0 121 50 17 512 105 63
Binary 11011000 101010 10000001 0 1010001 101000 1111 101001010 1000101 110011

Color Harmonies of #D82A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82A81

Black with #D82A81

Text Example


Text Example

White with #D82A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82A81; }

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

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

background-color css

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

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

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

border-color css

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

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

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