#D93B95

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

Shades of Deep Cerise #D93B95

Tints of Deep Cerise #D93B95

Color information

#D93B95 (or 0xD93B95) is unknown color: approx Deep Cerise. HEX triplet: D9, 3B and 95. RGB value is (217,59,149). Sum of RGB (Red+Green+Blue) = 217+59+149=425 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.06% from 425); Green value is 59 (23.44% from 255 or 13.88% from 425); Blue value is 149 (58.59% from 255 or 35.06% from 425); Max value from RGB is 217 - color contains mainly: red. Hex color #D93B95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93B95 is #26C46A. Grayscale: #747474. Windows color (decimal): -2540651 or 9780185. OLE color: 9780185.

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

Color convert

RGB21759149-
CMYK00.730.310.15
HSL325.82º67.52%54.12%-
HSV(B)325.82º72.81%85.1%-
XYZ35.620.0530.43-
YUV116.5146.35199.68-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.06%
GREEN value IS 59 (23.44% from 255) = 13.88%
BLUE value IS 149 (58.59% from 255) = 35.06%
R=51.06%
G=13.88%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2175914900.730.310.15325.8267.5254.12
HexD93B950491FF1464436
Octal331732250111371750610466
Binary1101100111101110010101010010011111111111010001101000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93B95; }

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

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

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

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

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

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

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

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