#D93A84

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

Shades of Deep Cerise #D93A84

Tints of Deep Cerise #D93A84

Color information

#D93A84 (or 0xD93A84) is unknown color: approx Deep Cerise. HEX triplet: D9, 3A and 84. RGB value is (217,58,132). Sum of RGB (Red+Green+Blue) = 217+58+132=407 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.32% from 407); Green value is 58 (23.05% from 255 or 14.25% from 407); Blue value is 132 (51.95% from 255 or 32.43% from 407); Max value from RGB is 217 - color contains mainly: red. Hex color #D93A84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93A84 is #26C57B. Grayscale: #717171. Windows color (decimal): -2540924 or 8665817. OLE color: 8665817.

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

Color convert

RGB21758132-
CMYK00.730.390.15
HSL332.08º67.66%53.92%-
HSV(B)332.08º73.27%85.1%-
XYZ34.2919.4423.78-
YUV113.98138.18201.48-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 53.32%
GREEN value IS 58 (23.05% from 255) = 14.25%
BLUE value IS 132 (51.95% from 255) = 32.43%
R=53.32%
G=14.25%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2175813200.730.390.15332.0867.6653.92
HexD93A8404927F14c4436
Octal331722040111471751410466
Binary11011001111010100001000100100110011111111010011001000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93A84; }

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

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

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

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

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

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

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

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