Html Css Color HEX #DA5166 Cabaret

📋 copy color: '#DA5166'

red 218 ◦ green 81 ◦ blue 102

#DA5166
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cabaret #DA5166

Tints of Cabaret #DA5166

RGB

 RED value IS 218 (85.55% from 255) = 54.36%

 GREEN value IS 81 (32.03% from 255) = 20.2%

 BLUE value IS 102 (40.23% from 255) = 25.44%

R = 54.36%
G = 20.2%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#DA5166 (or 0xDA5166) is known color: Cabaret. HEX triplet: DA, 51 and 66. RGB value is (218,81,102). Sum of RGB (Red+Green+Blue) = 218+81+102=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 81 (32.03% from 255 or 20.20% from 401); Blue value is 102 (40.23% from 255 or 25.44% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5166 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5166 is #25AE99. Grayscale: #7C7C7C. Windows color (decimal): -2469530 or 6705626. OLE color: 6705626.

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

Color convert

RGB 218 81 102 -
CMYK 0 0.63 0.53 0.15
HSL 350.8º 0.65% 0.59% -
HSV(B) 350.8º 0.63% 0.85% -
XYZ 34.25 21.75 14.96 -
YUV 124.36 115.39 194.79 -
System Red Green Blue C M Y K H S L
Decimal 218 81 102 0 0.63 0.53 0.15 350.8 0.65 0.59
Hex DA 51 66 0 3F 35 F 15F 41 3B
Octal 332 121 146 0 77 65 17 537 101 73
Binary 11011010 1010001 1100110 0 111111 110101 1111 101011111 1000001 111011

Color Harmonies of #DA5166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5166

Black with #DA5166

Text Example


Text Example

White with #DA5166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5166; }

 p { color: rgb(218,81,102); }

 H1.HeaderClassName
 {
   color: #DA5166;
 }
 .AnyTagClassName
 {
   color: #DA5166;
 }
</style>

background-color css

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

 a { background-color: rgb(218,81,102); }

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

border-color css

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

 span { border-color: rgb(218,81,102); }

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