#DA4968

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

Shades of Cabaret #DA4968

Tints of Cabaret #DA4968

Color information

#DA4968 (or 0xDA4968) is unknown color: approx Cabaret. HEX triplet: DA, 49 and 68. RGB value is (218,73,104). Sum of RGB (Red+Green+Blue) = 218+73+104=395 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.19% from 395); Green value is 73 (28.91% from 255 or 18.48% from 395); Blue value is 104 (41.02% from 255 or 26.33% from 395); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4968 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4968 is #25B697. Grayscale: #777777. Windows color (decimal): -2471576 or 6834650. OLE color: 6834650.

HSL color Cylindrical-coordinate representation of color #DA4968: hue angle of 347.17º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DA4968 is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB21873104-
CMYK00.670.520.15
HSL347.17º66.21%57.06%-
HSV(B)347.17º66.51%85.49%-
XYZ33.7920.6715.31-
YUV119.89119.04197.98-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 55.19%
GREEN value IS 73 (28.91% from 255) = 18.48%
BLUE value IS 104 (41.02% from 255) = 26.33%
R=55.19%
G=18.48%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2187310400.670.520.15347.1766.2157.06
HexDA496804334F15b4239
Octal3321111500103641753310271
Binary11011010100100111010000100001111010011111010110111000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4968; }

 p { color: rgb(218,73,104); }

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

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

 a { background-color: rgb(218,73,104); }

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

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

 span { border-color: rgb(218,73,104); }

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