Html Css Color HEX #D82081 Deep Cerise

📋 copy color: '#D82081'

red 216 ◦ green 32 ◦ blue 129

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

Shades of Deep Cerise #D82081

Tints of Deep Cerise #D82081

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.49%

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

R = 57.29%
G = 8.49%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#D82081 (or 0xD82081) is known color: Deep Cerise. HEX triplet: D8, 20 and 81. RGB value is (216,32,129). Sum of RGB (Red+Green+Blue) = 216+32+129=377 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.29% from 377); Green value is 32 (12.89% from 255 or 8.49% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 216 - color contains mainly: red. Hex color #D82081 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82081 is #27DF7E. Grayscale: #616161. Windows color (decimal): -2613119 or 8462552. OLE color: 8462552.

HSL color Cylindrical-coordinate representation of color #D82081: hue angle of 328.37º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D82081 is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 32 129 -
CMYK 0 0.85 0.40 0.15
HSL 328.37º 0.74% 0.49% -
HSV(B) 328.37º 0.85% 0.85% -
XYZ 32.8 17.22 22.36 -
YUV 98.07 145.46 212.11 -
System Red Green Blue C M Y K H S L
Decimal 216 32 129 0 0.85 0.40 0.15 328.37 0.74 0.49
Hex D8 20 81 0 55 28 F 148 4A 31
Octal 330 40 201 0 125 50 17 510 112 61
Binary 11011000 100000 10000001 0 1010101 101000 1111 101001000 1001010 110001

Color Harmonies of #D82081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82081

Black with #D82081

Text Example


Text Example

White with #D82081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82081; }

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

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

background-color css

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

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

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

border-color css

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

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

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