Html Css Color HEX #D82A92 Deep Cerise

📋 copy color: '#D82A92'

red 216 ◦ green 42 ◦ blue 146

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

Shades of Deep Cerise #D82A92

Tints of Deep Cerise #D82A92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.14%

R = 53.47%
G = 10.4%
B = 36.14%

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

#D82A92 (or 0xD82A92) is known color: Deep Cerise. HEX triplet: D8, 2A and 92. RGB value is (216,42,146). Sum of RGB (Red+Green+Blue) = 216+42+146=404 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.47% from 404); Green value is 42 (16.80% from 255 or 10.40% from 404); Blue value is 146 (57.42% from 255 or 36.14% from 404); Max value from RGB is 216 - color contains mainly: red. Hex color #D82A92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82A92 is #27D56D. Grayscale: #696969. Windows color (decimal): -2610542 or 9579224. OLE color: 9579224.

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

Color convert

RGB 216 42 146 -
CMYK 0 0.81 0.32 0.15
HSL 324.14º 0.69% 0.51% -
HSV(B) 324.14º 0.81% 0.85% -
XYZ 34.34 18.33 28.92 -
YUV 105.88 150.65 206.54 -
System Red Green Blue C M Y K H S L
Decimal 216 42 146 0 0.81 0.32 0.15 324.14 0.69 0.51
Hex D8 2A 92 0 51 20 F 144 45 33
Octal 330 52 222 0 121 40 17 504 105 63
Binary 11011000 101010 10010010 0 1010001 100000 1111 101000100 1000101 110011

Color Harmonies of #D82A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82A92

Black with #D82A92

Text Example


Text Example

White with #D82A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82A92; }

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

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

background-color css

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

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

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

border-color css

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

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

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