#d93b89

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

Shades of Deep Cerise #D93B89

Tints of Deep Cerise #D93B89

Color information

#D93B89 (or 0xD93B89) is unknown color: approx Deep Cerise. HEX triplet: D9, 3B and 89. RGB value is (217,59,137). Sum of RGB (Red+Green+Blue) = 217+59+137=413 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.54% from 413); Green value is 59 (23.44% from 255 or 14.29% from 413); Blue value is 137 (53.91% from 255 or 33.17% from 413); Max value from RGB is 217 - color contains mainly: red. Hex color #D93B89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93B89 is #26C476. Grayscale: #727272. Windows color (decimal): -2540663 or 8993753. OLE color: 8993753.

HSL color Cylindrical-coordinate representation of color #D93B89: 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.73%. Process color model (Four color, CMYK) of #D93B89 is Cyan = 0, Magento = 0.73, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB21759137-
CMYK00.730.370.15
HSL330.38º67.52%54.12%-
HSV(B)330.38º72.81%85.1%-
XYZ34.6919.6925.64-
YUV115.13140.35200.66-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 52.54%
GREEN value IS 59 (23.44% from 255) = 14.29%
BLUE value IS 137 (53.91% from 255) = 33.17%
R=52.54%
G=14.29%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2175913700.730.370.15330.3867.5254.12
HexD93B8904925F14a4436
Octal331732110111451751210466
Binary11011001111011100010010100100110010111111010010101000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d93b89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d93b89; }

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

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

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

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

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

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

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

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