Html Css Color HEX #D82381 Deep Cerise

📋 copy color: '#D82381'

red 216 ◦ green 35 ◦ blue 129

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

Shades of Deep Cerise #D82381

Tints of Deep Cerise #D82381

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.21%

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

R = 56.84%
G = 9.21%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#D82381 (or 0xD82381) is known color: Deep Cerise. HEX triplet: D8, 23 and 81. RGB value is (216,35,129). Sum of RGB (Red+Green+Blue) = 216+35+129=380 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.84% from 380); Green value is 35 (14.06% from 255 or 9.21% from 380); Blue value is 129 (50.78% from 255 or 33.95% from 380); Max value from RGB is 216 - color contains mainly: red. Hex color #D82381 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82381 is #27DC7E. Grayscale: #636363. Windows color (decimal): -2612351 or 8463320. OLE color: 8463320.

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

Color convert

RGB 216 35 129 -
CMYK 0 0.84 0.40 0.15
HSL 328.84º 0.72% 0.49% -
HSV(B) 328.84º 0.84% 0.85% -
XYZ 32.88 17.39 22.39 -
YUV 99.84 144.47 210.86 -
System Red Green Blue C M Y K H S L
Decimal 216 35 129 0 0.84 0.40 0.15 328.84 0.72 0.49
Hex D8 23 81 0 54 28 F 149 48 31
Octal 330 43 201 0 124 50 17 511 110 61
Binary 11011000 100011 10000001 0 1010100 101000 1111 101001001 1001000 110001

Color Harmonies of #D82381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82381

Black with #D82381

Text Example


Text Example

White with #D82381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82381; }

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

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

background-color css

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

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

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

border-color css

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

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

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