#D65565

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

Shades of Cabaret #D65565

Tints of Cabaret #D65565

Color information

#D65565 (or 0xD65565) is unknown color: approx Cabaret. HEX triplet: D6, 55 and 65. RGB value is (214,85,101). Sum of RGB (Red+Green+Blue) = 214+85+101=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 101 (39.84% from 255 or 25.25% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D65565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65565 is #29AA9A. Grayscale: #7D7D7D. Windows color (decimal): -2730651 or 6641110. OLE color: 6641110.

HSL color Cylindrical-coordinate representation of color #D65565: hue angle of 352.56º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D65565 is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB21485101-
CMYK00.600.530.16
HSL352.56º61.14%58.63%-
HSV(B)352.56º60.28%83.92%-
XYZ33.3321.7314.75-
YUV125.4114.24191.2-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 53.5%
GREEN value IS 85 (33.59% from 255) = 21.25%
BLUE value IS 101 (39.84% from 255) = 25.25%
R=53.5%
G=21.25%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2148510100.600.530.16352.5661.1458.63
HexD6556503C35101613d3b
Octal32612514507465205417573
Binary1101011010101011100101011110011010110000101100001111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65565; }

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

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

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

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

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

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

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

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