#D93B91

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

Shades of Deep Cerise #D93B91

Tints of Deep Cerise #D93B91

Color information

#D93B91 (or 0xD93B91) is unknown color: approx Deep Cerise. HEX triplet: D9, 3B and 91. RGB value is (217,59,145). Sum of RGB (Red+Green+Blue) = 217+59+145=421 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.54% from 421); Green value is 59 (23.44% from 255 or 14.01% from 421); Blue value is 145 (57.03% from 255 or 34.44% from 421); Max value from RGB is 217 - color contains mainly: red. Hex color #D93B91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93B91 is #26C46E. Grayscale: #737373. Windows color (decimal): -2540655 or 9518041. OLE color: 9518041.

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

Color convert

RGB21759145-
CMYK00.730.330.15
HSL327.34º67.52%54.12%-
HSV(B)327.34º72.81%85.1%-
XYZ35.2919.9228.77-
YUV116.05144.35200.01-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.54%
GREEN value IS 59 (23.44% from 255) = 14.01%
BLUE value IS 145 (57.03% from 255) = 34.44%
R=51.54%
G=14.01%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2175914500.730.330.15327.3467.5254.12
HexD93B9104921F1474436
Octal331732210111411750710466
Binary11011001111011100100010100100110000111111010001111000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93B91; }

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

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

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

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

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

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

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

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