#D93C78

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

Shades of Deep Cerise #D93C78

Tints of Deep Cerise #D93C78

Color information

#D93C78 (or 0xD93C78) is unknown color: approx Deep Cerise. HEX triplet: D9, 3C and 78. RGB value is (217,60,120). Sum of RGB (Red+Green+Blue) = 217+60+120=397 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.66% from 397); Green value is 60 (23.83% from 255 or 15.11% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 217 - color contains mainly: red. Hex color #D93C78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93C78 is #26C387. Grayscale: #717171. Windows color (decimal): -2540424 or 7879897. OLE color: 7879897.

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

Color convert

RGB21760120-
CMYK00.720.450.15
HSL337.07º67.38%54.31%-
HSV(B)337.07º72.35%85.1%-
XYZ33.6219.3419.73-
YUV113.78131.51201.62-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 54.66%
GREEN value IS 60 (23.83% from 255) = 15.11%
BLUE value IS 120 (47.27% from 255) = 30.23%
R=54.66%
G=15.11%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2176012000.720.450.15337.0767.3854.31
HexD93C780482DF1514336
Octal331741700110551752110366
Binary1101100111110011110000100100010110111111010100011000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93C78; }

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

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

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

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

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

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

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

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