#D55A6E

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

Shades of Cabaret #D55A6E

Tints of Cabaret #D55A6E

Color information

#D55A6E (or 0xD55A6E) is unknown color: approx Cabaret. HEX triplet: D5, 5A and 6E. RGB value is (213,90,110). Sum of RGB (Red+Green+Blue) = 213+90+110=413 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.57% from 413); Green value is 90 (35.55% from 255 or 21.79% from 413); Blue value is 110 (43.36% from 255 or 26.63% from 413); Max value from RGB is 213 - color contains mainly: red. Hex color #D55A6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55A6E is #2AA591. Grayscale: #818181. Windows color (decimal): -2794898 or 7232213. OLE color: 7232213.

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

Color convert

RGB21390110-
CMYK00.580.480.16
HSL350.24º59.42%59.41%-
HSV(B)350.24º57.75%83.53%-
XYZ33.9122.5817.32-
YUV129.06117.25187.87-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 51.57%
GREEN value IS 90 (35.55% from 255) = 21.79%
BLUE value IS 110 (43.36% from 255) = 26.63%
R=51.57%
G=21.79%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139011000.580.480.16350.2459.4259.41
HexD55A6E03A301015e3b3b
Octal32513215607260205367373
Binary1101010110110101101110011101011000010000101011110111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55A6E; }

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

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

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

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

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

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

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

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