#d93c8e

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

Shades of Deep Cerise #D93C8E

Tints of Deep Cerise #D93C8E

Color information

#D93C8E (or 0xD93C8E) is unknown color: approx Deep Cerise. HEX triplet: D9, 3C and 8E. RGB value is (217,60,142). Sum of RGB (Red+Green+Blue) = 217+60+142=419 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.79% from 419); Green value is 60 (23.83% from 255 or 14.32% from 419); Blue value is 142 (55.86% from 255 or 33.89% from 419); Max value from RGB is 217 - color contains mainly: red. Hex color #D93C8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93C8E is #26C371. Grayscale: #747474. Windows color (decimal): -2540402 or 9321689. OLE color: 9321689.

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

Color convert

RGB21760142-
CMYK00.720.350.15
HSL328.66º67.38%54.31%-
HSV(B)328.66º72.35%85.1%-
XYZ35.1119.9427.59-
YUV116.29142.51199.83-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.79%
GREEN value IS 60 (23.83% from 255) = 14.32%
BLUE value IS 142 (55.86% from 255) = 33.89%
R=51.79%
G=14.32%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2176014200.720.350.15328.6667.3854.31
HexD93C8E04823F1494336
Octal331742160110431751110366
Binary11011001111100100011100100100010001111111010010011000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d93c8e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d93c8e; }

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

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

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

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

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

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

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

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