#D93A82

Color #D93A82 Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #D93A82

Tints of Deep Cerise #D93A82

Color information

#D93A82 (or 0xD93A82) is unknown color: approx Deep Cerise. HEX triplet: D9, 3A and 82. RGB value is (217,58,130). Sum of RGB (Red+Green+Blue) = 217+58+130=405 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.58% from 405); Green value is 58 (23.05% from 255 or 14.32% from 405); Blue value is 130 (51.17% from 255 or 32.10% from 405); Max value from RGB is 217 - color contains mainly: red. Hex color #D93A82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93A82 is #26C57D. Grayscale: #717171. Windows color (decimal): -2540926 or 8534745. OLE color: 8534745.

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

Color convert

RGB21758130-
CMYK00.730.400.15
HSL332.83º67.66%53.92%-
HSV(B)332.83º73.27%85.1%-
XYZ34.1619.3923.06-
YUV113.75137.18201.65-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 53.58%
GREEN value IS 58 (23.05% from 255) = 14.32%
BLUE value IS 130 (51.17% from 255) = 32.10%
R=53.58%
G=14.32%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2175813000.730.400.15332.8367.6653.92
HexD93A8204928F14d4436
Octal331722020111501751510466
Binary11011001111010100000100100100110100011111010011011000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93A82; }

 p { color: rgb(217,58,130); }

 H1.HeaderClassName
 {
   color: #D93A82;
 }
 .AnyTagClassName
 {
   color: #D93A82;
 }
</style>
background-color css

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

 a { background-color: rgb(217,58,130); }

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

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

 span { border-color: rgb(217,58,130); }

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