#D55A6D

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

Shades of Cabaret #D55A6D

Tints of Cabaret #D55A6D

Color information

#D55A6D (or 0xD55A6D) is unknown color: approx Cabaret. HEX triplet: D5, 5A and 6D. RGB value is (213,90,109). Sum of RGB (Red+Green+Blue) = 213+90+109=412 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.70% from 412); Green value is 90 (35.55% from 255 or 21.84% from 412); Blue value is 109 (42.97% from 255 or 26.46% from 412); Max value from RGB is 213 - color contains mainly: red. Hex color #D55A6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55A6D is #2AA592. Grayscale: #808080. Windows color (decimal): -2794899 or 7166677. OLE color: 7166677.

HSL color Cylindrical-coordinate representation of color #D55A6D: hue angle of 350.73º 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 #D55A6D is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB21390109-
CMYK00.580.490.16
HSL350.73º59.42%59.41%-
HSV(B)350.73º57.75%83.53%-
XYZ33.8622.5617.04-
YUV128.94116.75187.96-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 51.70%
GREEN value IS 90 (35.55% from 255) = 21.84%
BLUE value IS 109 (42.97% from 255) = 26.46%
R=51.70%
G=21.84%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139010900.580.490.16350.7359.4259.41
HexD55A6D03A311015f3b3b
Octal32513215507261205377373
Binary1101010110110101101101011101011000110000101011111111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55A6D; }

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

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

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

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

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

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

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

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