#DA556E

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

Shades of Cabaret #DA556E

Tints of Cabaret #DA556E

Color information

#DA556E (or 0xDA556E) is unknown color: approx Cabaret. HEX triplet: DA, 55 and 6E. RGB value is (218,85,110). Sum of RGB (Red+Green+Blue) = 218+85+110=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 85 (33.59% from 255 or 20.58% from 413); Blue value is 110 (43.36% from 255 or 26.63% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DA556E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA556E is #25AA91. Grayscale: #7F7F7F. Windows color (decimal): -2468498 or 7230938. OLE color: 7230938.

HSL color Cylindrical-coordinate representation of color #DA556E: hue angle of 348.72º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA556E is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB21885110-
CMYK00.610.500.15
HSL348.72º64.25%59.41%-
HSV(B)348.72º61.01%85.49%-
XYZ34.9822.5317.26-
YUV127.62118.06192.47-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 52.78%
GREEN value IS 85 (33.59% from 255) = 20.58%
BLUE value IS 110 (43.36% from 255) = 26.63%
R=52.78%
G=20.58%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2188511000.610.500.15348.7264.2559.41
HexDA556E03D32F15d403b
Octal332125156075621753510073
Binary1101101010101011101110011110111001011111010111011000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA556E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA556E; }

 p { color: rgb(218,85,110); }

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

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

 a { background-color: rgb(218,85,110); }

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

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

 span { border-color: rgb(218,85,110); }

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