#D95565

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

Shades of Cabaret #D95565

Tints of Cabaret #D95565

Color information

#D95565 (or 0xD95565) is unknown color: approx Cabaret. HEX triplet: D9, 55 and 65. RGB value is (217,85,101). Sum of RGB (Red+Green+Blue) = 217+85+101=403 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.85% from 403); Green value is 85 (33.59% from 255 or 21.09% from 403); Blue value is 101 (39.84% from 255 or 25.06% from 403); Max value from RGB is 217 - color contains mainly: red. Hex color #D95565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95565 is #26AA9A. Grayscale: #7E7E7E. Windows color (decimal): -2534043 or 6641113. OLE color: 6641113.

HSL color Cylindrical-coordinate representation of color #D95565: hue angle of 352.73º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D95565 is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB21785101-
CMYK00.610.530.15
HSL352.73º63.46%59.22%-
HSV(B)352.73º60.83%85.1%-
XYZ34.2122.1914.79-
YUV126.29113.73192.7-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 53.85%
GREEN value IS 85 (33.59% from 255) = 21.09%
BLUE value IS 101 (39.84% from 255) = 25.06%
R=53.85%
G=21.09%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2178510100.610.530.15352.7363.4659.22
HexD9556503D35F1613f3b
Octal33112514507565175417773
Binary110110011010101110010101111011101011111101100001111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95565; }

 p { color: rgb(217,85,101); }

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

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

 a { background-color: rgb(217,85,101); }

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

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

 span { border-color: rgb(217,85,101); }

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