#DA4C67

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

Shades of Cabaret #DA4C67

Tints of Cabaret #DA4C67

Color information

#DA4C67 (or 0xDA4C67) is unknown color: approx Cabaret. HEX triplet: DA, 4C and 67. RGB value is (218,76,103). Sum of RGB (Red+Green+Blue) = 218+76+103=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 76 (30.08% from 255 or 19.14% from 397); Blue value is 103 (40.62% from 255 or 25.94% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4C67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4C67 is #25B398. Grayscale: #797979. Windows color (decimal): -2470809 or 6769882. OLE color: 6769882.

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

Color convert

RGB21876103-
CMYK00.650.530.15
HSL348.59º65.74%57.65%-
HSV(B)348.59º65.14%85.49%-
XYZ33.9521.0515.11-
YUV121.54117.54196.8-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 54.91%
GREEN value IS 76 (30.08% from 255) = 19.14%
BLUE value IS 103 (40.62% from 255) = 25.94%
R=54.91%
G=19.14%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2187610300.650.530.15348.5965.7457.65
HexDA4C6704135F15d423a
Octal3321141470101651753510272
Binary11011010100110011001110100000111010111111010111011000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4C67; }

 p { color: rgb(218,76,103); }

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

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

 a { background-color: rgb(218,76,103); }

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

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

 span { border-color: rgb(218,76,103); }

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