#D93B5D

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

Shades of Cerise #D93B5D

Tints of Cerise #D93B5D

Color information

#D93B5D (or 0xD93B5D) is unknown color: approx Cerise. HEX triplet: D9, 3B and 5D. RGB value is (217,59,93). Sum of RGB (Red+Green+Blue) = 217+59+93=369 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.81% from 369); Green value is 59 (23.44% from 255 or 15.99% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 217 - color contains mainly: red. Hex color #D93B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93B5D is #26C4A2. Grayscale: #6E6E6E. Windows color (decimal): -2540707 or 6110169. OLE color: 6110169.

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

Color convert

RGB2175993-
CMYK00.730.570.15
HSL347.09º67.52%54.12%-
HSV(B)347.09º72.81%85.1%-
XYZ32.1618.6712.26-
YUV110.12118.35204.24-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 58.81%
GREEN value IS 59 (23.44% from 255) = 15.99%
BLUE value IS 93 (36.72% from 255) = 25.20%
R=58.81%
G=15.99%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217599300.730.570.15347.0967.5254.12
HexD93B5D04939F15b4436
Octal331731350111711753310466
Binary1101100111101110111010100100111100111111010110111000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93B5D; }

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

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

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

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

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

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

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

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