#D93D5B

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

Shades of Cerise #D93D5B

Tints of Cerise #D93D5B

Color information

#D93D5B (or 0xD93D5B) is unknown color: approx Cerise. HEX triplet: D9, 3D and 5B. RGB value is (217,61,91). Sum of RGB (Red+Green+Blue) = 217+61+91=369 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.81% from 369); Green value is 61 (24.22% from 255 or 16.53% from 369); Blue value is 91 (35.94% from 255 or 24.66% from 369); Max value from RGB is 217 - color contains mainly: red. Hex color #D93D5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93D5B is #26C2A4. Grayscale: #6F6F6F. Windows color (decimal): -2540197 or 5979609. OLE color: 5979609.

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

Color convert

RGB2176191-
CMYK00.720.580.15
HSL348.46º67.24%54.51%-
HSV(B)348.46º71.89%85.1%-
XYZ32.1718.8411.84-
YUV111.06116.68203.56-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 58.81%
GREEN value IS 61 (24.22% from 255) = 16.53%
BLUE value IS 91 (35.94% from 255) = 24.66%
R=58.81%
G=16.53%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217619100.720.580.15348.4667.2454.51
HexD93D5B0483AF15c4337
Octal331751330110721753410367
Binary1101100111110110110110100100011101011111010111001000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93D5B; }

 p { color: rgb(217,61,91); }

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

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

 a { background-color: rgb(217,61,91); }

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

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

 span { border-color: rgb(217,61,91); }

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