#D93995

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

Shades of Deep Cerise #D93995

Tints of Deep Cerise #D93995

Color information

#D93995 (or 0xD93995) is unknown color: approx Deep Cerise. HEX triplet: D9, 39 and 95. RGB value is (217,57,149). Sum of RGB (Red+Green+Blue) = 217+57+149=423 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.30% from 423); Green value is 57 (22.66% from 255 or 13.48% from 423); Blue value is 149 (58.59% from 255 or 35.22% from 423); Max value from RGB is 217 - color contains mainly: red. Hex color #D93995 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93995 is #26C66A. Grayscale: #737373. Windows color (decimal): -2541163 or 9779673. OLE color: 9779673.

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

Color convert

RGB21757149-
CMYK00.740.310.15
HSL325.5º67.8%53.73%-
HSV(B)325.5º73.73%85.1%-
XYZ35.519.8530.39-
YUV115.33147.01200.52-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.30%
GREEN value IS 57 (22.66% from 255) = 13.48%
BLUE value IS 149 (58.59% from 255) = 35.22%
R=51.30%
G=13.48%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2175714900.740.310.15325.567.853.73
HexD9399504A1FF1464436
Octal331712250112371750610466
Binary1101100111100110010101010010101111111111010001101000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93995; }

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

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

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

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

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

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

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

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