#D93D9D

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

Shades of Deep Cerise #D93D9D

Tints of Deep Cerise #D93D9D

Color information

#D93D9D (or 0xD93D9D) is unknown color: approx Deep Cerise. HEX triplet: D9, 3D and 9D. RGB value is (217,61,157). Sum of RGB (Red+Green+Blue) = 217+61+157=435 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.89% from 435); Green value is 61 (24.22% from 255 or 14.02% from 435); Blue value is 157 (61.72% from 255 or 36.09% from 435); Max value from RGB is 217 - color contains mainly: red. Hex color #D93D9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93D9D is #26C262. Grayscale: #767676. Windows color (decimal): -2540131 or 10304985. OLE color: 10304985.

HSL color Cylindrical-coordinate representation of color #D93D9D: hue angle of 323.08º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D93D9D is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB21761157-
CMYK00.720.280.15
HSL323.08º67.24%54.51%-
HSV(B)323.08º71.89%85.1%-
XYZ36.3720.5233.94-
YUV118.59149.68198.19-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 49.89%
GREEN value IS 61 (24.22% from 255) = 14.02%
BLUE value IS 157 (61.72% from 255) = 36.09%
R=49.89%
G=14.02%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2176115700.720.280.15323.0867.2454.51
HexD93D9D0481CF1434337
Octal331752350110341750310367
Binary1101100111110110011101010010001110011111010000111000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93D9D; }

 p { color: rgb(217,61,157); }

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

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

 a { background-color: rgb(217,61,157); }

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

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

 span { border-color: rgb(217,61,157); }

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