Html Css Color HEX #D82A8B Deep Cerise

📋 copy color: '#D82A8B'

red 216 ◦ green 42 ◦ blue 139

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

Shades of Deep Cerise #D82A8B

Tints of Deep Cerise #D82A8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.01%

R = 54.41%
G = 10.58%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D82A8B (or 0xD82A8B) is known color: Deep Cerise. HEX triplet: D8, 2A and 8B. RGB value is (216,42,139). Sum of RGB (Red+Green+Blue) = 216+42+139=397 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.41% from 397); Green value is 42 (16.80% from 255 or 10.58% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 216 - color contains mainly: red. Hex color #D82A8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82A8B is #27D574. Grayscale: #686868. Windows color (decimal): -2610549 or 9120472. OLE color: 9120472.

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

Color convert

RGB 216 42 139 -
CMYK 0 0.81 0.36 0.15
HSL 326.55º 0.69% 0.51% -
HSV(B) 326.55º 0.81% 0.85% -
XYZ 33.81 18.12 26.14 -
YUV 105.08 147.15 207.11 -
System Red Green Blue C M Y K H S L
Decimal 216 42 139 0 0.81 0.36 0.15 326.55 0.69 0.51
Hex D8 2A 8B 0 51 24 F 147 45 33
Octal 330 52 213 0 121 44 17 507 105 63
Binary 11011000 101010 10001011 0 1010001 100100 1111 101000111 1000101 110011

Color Harmonies of #D82A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82A8B

Black with #D82A8B

Text Example


Text Example

White with #D82A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82A8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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