#D93B56

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

Shades of Cerise #D93B56

Tints of Cerise #D93B56

Color information

#D93B56 (or 0xD93B56) is unknown color: approx Cerise. HEX triplet: D9, 3B and 56. RGB value is (217,59,86). Sum of RGB (Red+Green+Blue) = 217+59+86=362 (47% of max value = 765). Red value is 217 (85.16% from 255 or 59.94% from 362); Green value is 59 (23.44% from 255 or 16.30% from 362); Blue value is 86 (33.98% from 255 or 23.76% from 362); Max value from RGB is 217 - color contains mainly: red. Hex color #D93B56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93B56 is #26C4A9. Grayscale: #6D6D6D. Windows color (decimal): -2540714 or 5651417. OLE color: 5651417.

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

Color convert

RGB2175986-
CMYK00.730.600.15
HSL349.75º67.52%54.12%-
HSV(B)349.75º72.81%85.1%-
XYZ31.8618.5510.71-
YUV109.32114.85204.8-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 59.94%
GREEN value IS 59 (23.44% from 255) = 16.30%
BLUE value IS 86 (33.98% from 255) = 23.76%
R=59.94%
G=16.30%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.60
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217598600.730.600.15349.7567.5254.12
HexD93B560493CF15e4436
Octal331731260111741753610466
Binary1101100111101110101100100100111110011111010111101000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93B56; }

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

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

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

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

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

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

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

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