Html Css Color HEX #D82A8C Deep Cerise

📋 copy color: '#D82A8C'

red 216 ◦ green 42 ◦ blue 140

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

Shades of Deep Cerise #D82A8C

Tints of Deep Cerise #D82A8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.18%

R = 54.27%
G = 10.55%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D82A8C (or 0xD82A8C) is known color: Deep Cerise. HEX triplet: D8, 2A and 8C. RGB value is (216,42,140). Sum of RGB (Red+Green+Blue) = 216+42+140=398 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.27% from 398); Green value is 42 (16.80% from 255 or 10.55% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 216 - color contains mainly: red. Hex color #D82A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82A8C is #27D573. Grayscale: #686868. Windows color (decimal): -2610548 or 9186008. OLE color: 9186008.

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

Color convert

RGB 216 42 140 -
CMYK 0 0.81 0.35 0.15
HSL 326.21º 0.69% 0.51% -
HSV(B) 326.21º 0.81% 0.85% -
XYZ 33.88 18.15 26.53 -
YUV 105.2 147.65 207.03 -
System Red Green Blue C M Y K H S L
Decimal 216 42 140 0 0.81 0.35 0.15 326.21 0.69 0.51
Hex D8 2A 8C 0 51 23 F 146 45 33
Octal 330 52 214 0 121 43 17 506 105 63
Binary 11011000 101010 10001100 0 1010001 100011 1111 101000110 1000101 110011

Color Harmonies of #D82A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82A8C

Black with #D82A8C

Text Example


Text Example

White with #D82A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82A8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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