#D93C9F

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

Shades of Deep Cerise #D93C9F

Tints of Deep Cerise #D93C9F

Color information

#D93C9F (or 0xD93C9F) is unknown color: approx Deep Cerise. HEX triplet: D9, 3C and 9F. RGB value is (217,60,159). Sum of RGB (Red+Green+Blue) = 217+60+159=436 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.77% from 436); Green value is 60 (23.83% from 255 or 13.76% from 436); Blue value is 159 (62.5% from 255 or 36.47% from 436); Max value from RGB is 217 - color contains mainly: red. Hex color #D93C9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93C9F is #26C360. Grayscale: #757575. Windows color (decimal): -2540385 or 10435801. OLE color: 10435801.

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

Color convert

RGB21760159-
CMYK00.720.270.15
HSL322.17º67.38%54.31%-
HSV(B)322.17º72.35%85.1%-
XYZ36.4920.4934.83-
YUV118.23151.01198.45-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 49.77%
GREEN value IS 60 (23.83% from 255) = 13.76%
BLUE value IS 159 (62.5% from 255) = 36.47%
R=49.77%
G=13.76%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2176015900.720.270.15322.1767.3854.31
HexD93C9F0481BF1424336
Octal331742370110331750210366
Binary1101100111110010011111010010001101111111010000101000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93C9F; }

 p { color: rgb(217,60,159); }

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

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

 a { background-color: rgb(217,60,159); }

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

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

 span { border-color: rgb(217,60,159); }

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