#D55A6B

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

Shades of Cabaret #D55A6B

Tints of Cabaret #D55A6B

Color information

#D55A6B (or 0xD55A6B) is unknown color: approx Cabaret. HEX triplet: D5, 5A and 6B. RGB value is (213,90,107). Sum of RGB (Red+Green+Blue) = 213+90+107=410 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.95% from 410); Green value is 90 (35.55% from 255 or 21.95% from 410); Blue value is 107 (42.19% from 255 or 26.10% from 410); Max value from RGB is 213 - color contains mainly: red. Hex color #D55A6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55A6B is #2AA594. Grayscale: #808080. Windows color (decimal): -2794901 or 7035605. OLE color: 7035605.

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

Color convert

RGB21390107-
CMYK00.580.500.16
HSL351.71º59.42%59.41%-
HSV(B)351.71º57.75%83.53%-
XYZ33.7522.5216.48-
YUV128.72115.75188.12-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 51.95%
GREEN value IS 90 (35.55% from 255) = 21.95%
BLUE value IS 107 (42.19% from 255) = 26.10%
R=51.95%
G=21.95%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139010700.580.500.16351.7159.4259.41
HexD55A6B03A32101603b3b
Octal32513215307262205407373
Binary1101010110110101101011011101011001010000101100000111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55A6B; }

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

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

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

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

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

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

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

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