#D55D6E

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

Shades of Cabaret #D55D6E

Tints of Cabaret #D55D6E

Color information

#D55D6E (or 0xD55D6E) is unknown color: approx Cabaret. HEX triplet: D5, 5D and 6E. RGB value is (213,93,110). Sum of RGB (Red+Green+Blue) = 213+93+110=416 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.20% from 416); Green value is 93 (36.72% from 255 or 22.36% from 416); Blue value is 110 (43.36% from 255 or 26.44% from 416); Max value from RGB is 213 - color contains mainly: red. Hex color #D55D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55D6E is #2AA291. Grayscale: #828282. Windows color (decimal): -2794130 or 7232981. OLE color: 7232981.

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

Color convert

RGB21393110-
CMYK00.560.480.16
HSL351.5º58.82%60%-
HSV(B)351.5º56.34%83.53%-
XYZ34.1723.117.41-
YUV130.82116.26186.62-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 51.20%
GREEN value IS 93 (36.72% from 255) = 22.36%
BLUE value IS 110 (43.36% from 255) = 26.44%
R=51.20%
G=22.36%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139311000.560.480.16351.558.8260
HexD55D6E03830101603b3c
Octal32513515607060205407374
Binary1101010110111011101110011100011000010000101100000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55D6E; }

 p { color: rgb(213,93,110); }

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

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

 a { background-color: rgb(213,93,110); }

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

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

 span { border-color: rgb(213,93,110); }

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