#D93F9F

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

Shades of Deep Cerise #D93F9F

Tints of Deep Cerise #D93F9F

Color information

#D93F9F (or 0xD93F9F) is unknown color: approx Deep Cerise. HEX triplet: D9, 3F and 9F. RGB value is (217,63,159). Sum of RGB (Red+Green+Blue) = 217+63+159=439 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.43% from 439); Green value is 63 (25% from 255 or 14.35% from 439); Blue value is 159 (62.5% from 255 or 36.22% from 439); Max value from RGB is 217 - color contains mainly: red. Hex color #D93F9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93F9F is #26C060. Grayscale: #777777. Windows color (decimal): -2539617 or 10436569. OLE color: 10436569.

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

Color convert

RGB21763159-
CMYK00.710.270.15
HSL322.6º66.96%54.9%-
HSV(B)322.6º70.97%85.1%-
XYZ36.6520.8134.89-
YUV119.99150.02197.19-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 49.43%
GREEN value IS 63 (25% from 255) = 14.35%
BLUE value IS 159 (62.5% from 255) = 36.22%
R=49.43%
G=14.35%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2176315900.710.270.15322.666.9654.9
HexD93F9F0471BF1434337
Octal331772370107331750310367
Binary1101100111111110011111010001111101111111010000111000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93F9F; }

 p { color: rgb(217,63,159); }

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

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

 a { background-color: rgb(217,63,159); }

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

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

 span { border-color: rgb(217,63,159); }

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