Html Css Color HEX #D82A93 Deep Cerise

📋 copy color: '#D82A93'

red 216 ◦ green 42 ◦ blue 147

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

Shades of Deep Cerise #D82A93

Tints of Deep Cerise #D82A93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 36.3%

R = 53.33%
G = 10.37%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D82A93 (or 0xD82A93) is known color: Deep Cerise. HEX triplet: D8, 2A and 93. RGB value is (216,42,147). Sum of RGB (Red+Green+Blue) = 216+42+147=405 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.33% from 405); Green value is 42 (16.80% from 255 or 10.37% from 405); Blue value is 147 (57.81% from 255 or 36.30% from 405); Max value from RGB is 216 - color contains mainly: red. Hex color #D82A93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82A93 is #27D56C. Grayscale: #696969. Windows color (decimal): -2610541 or 9644760. OLE color: 9644760.

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

Color convert

RGB 216 42 147 -
CMYK 0 0.81 0.32 0.15
HSL 323.79º 0.69% 0.51% -
HSV(B) 323.79º 0.81% 0.85% -
XYZ 34.41 18.36 29.33 -
YUV 106 151.15 206.46 -
System Red Green Blue C M Y K H S L
Decimal 216 42 147 0 0.81 0.32 0.15 323.79 0.69 0.51
Hex D8 2A 93 0 51 20 F 144 45 33
Octal 330 52 223 0 121 40 17 504 105 63
Binary 11011000 101010 10010011 0 1010001 100000 1111 101000100 1000101 110011

Color Harmonies of #D82A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82A93

Black with #D82A93

Text Example


Text Example

White with #D82A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82A93; }

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

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

background-color css

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

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

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

border-color css

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

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

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