#D93B7F

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

Shades of Deep Cerise #D93B7F

Tints of Deep Cerise #D93B7F

Color information

#D93B7F (or 0xD93B7F) is unknown color: approx Deep Cerise. HEX triplet: D9, 3B and 7F. RGB value is (217,59,127). Sum of RGB (Red+Green+Blue) = 217+59+127=403 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.85% from 403); Green value is 59 (23.44% from 255 or 14.64% from 403); Blue value is 127 (50% from 255 or 31.51% from 403); Max value from RGB is 217 - color contains mainly: red. Hex color #D93B7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93B7F is #26C480. Grayscale: #717171. Windows color (decimal): -2540673 or 8338393. OLE color: 8338393.

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

Color convert

RGB21759127-
CMYK00.730.410.15
HSL334.18º67.52%54.12%-
HSV(B)334.18º72.81%85.1%-
XYZ34.0119.4122.03-
YUV113.99135.35201.47-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 53.85%
GREEN value IS 59 (23.44% from 255) = 14.64%
BLUE value IS 127 (50% from 255) = 31.51%
R=53.85%
G=14.64%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2175912700.730.410.15334.1867.5254.12
HexD93B7F04929F14e4436
Octal331731770111511751610466
Binary1101100111101111111110100100110100111111010011101000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93B7F; }

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

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

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

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

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

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

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

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