#D93988

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

Shades of Deep Cerise #D93988

Tints of Deep Cerise #D93988

Color information

#D93988 (or 0xD93988) is unknown color: approx Deep Cerise. HEX triplet: D9, 39 and 88. RGB value is (217,57,136). Sum of RGB (Red+Green+Blue) = 217+57+136=410 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.93% from 410); Green value is 57 (22.66% from 255 or 13.90% from 410); Blue value is 136 (53.52% from 255 or 33.17% from 410); Max value from RGB is 217 - color contains mainly: red. Hex color #D93988 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93988 is #26C677. Grayscale: #717171. Windows color (decimal): -2541176 or 8927705. OLE color: 8927705.

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

Color convert

RGB21757136-
CMYK00.740.370.15
HSL330.38º67.8%53.73%-
HSV(B)330.38º73.73%85.1%-
XYZ34.5219.4625.23-
YUV113.85140.51201.58-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 52.93%
GREEN value IS 57 (22.66% from 255) = 13.90%
BLUE value IS 136 (53.52% from 255) = 33.17%
R=52.93%
G=13.90%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2175713600.740.370.15330.3867.853.73
HexD9398804A25F14a4436
Octal331712100112451751210466
Binary11011001111001100010000100101010010111111010010101000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93988; }

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

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

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

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

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

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

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

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