#D93B7C

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

Shades of Deep Cerise #D93B7C

Tints of Deep Cerise #D93B7C

Color information

#D93B7C (or 0xD93B7C) is unknown color: approx Deep Cerise. HEX triplet: D9, 3B and 7C. RGB value is (217,59,124). Sum of RGB (Red+Green+Blue) = 217+59+124=400 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.25% from 400); Green value is 59 (23.44% from 255 or 14.75% from 400); Blue value is 124 (48.83% from 255 or 31% from 400); Max value from RGB is 217 - color contains mainly: red. Hex color #D93B7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93B7C is #26C483. Grayscale: #717171. Windows color (decimal): -2540676 or 8141785. OLE color: 8141785.

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

Color convert

RGB21759124-
CMYK00.730.430.15
HSL335.32º67.52%54.12%-
HSV(B)335.32º72.81%85.1%-
XYZ33.8219.3321.02-
YUV113.65133.85201.71-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 54.25%
GREEN value IS 59 (23.44% from 255) = 14.75%
BLUE value IS 124 (48.83% from 255) = 31%
R=54.25%
G=14.75%
B=31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2175912400.730.430.15335.3267.5254.12
HexD93B7C0492BF14f4436
Octal331731740111531751710466
Binary1101100111101111111000100100110101111111010011111000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93B7C; }

 p { color: rgb(217,59,124); }

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

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

 a { background-color: rgb(217,59,124); }

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

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

 span { border-color: rgb(217,59,124); }

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