Html Css Color HEX #DA4766 Cabaret

📋 copy color: '#DA4766'

red 218 ◦ green 71 ◦ blue 102

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

Shades of Cabaret #DA4766

Tints of Cabaret #DA4766

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.16%

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

R = 55.75%
G = 18.16%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#DA4766 (or 0xDA4766) is known color: Cabaret. HEX triplet: DA, 47 and 66. RGB value is (218,71,102). Sum of RGB (Red+Green+Blue) = 218+71+102=391 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.75% from 391); Green value is 71 (28.12% from 255 or 18.16% from 391); Blue value is 102 (40.23% from 255 or 26.09% from 391); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4766 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4766 is #25B899. Grayscale: #767676. Windows color (decimal): -2472090 or 6703066. OLE color: 6703066.

HSL color Cylindrical-coordinate representation of color #DA4766: hue angle of 347.35º degrees, saturation: 0.67, 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 #DA4766 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 71 102 -
CMYK 0 0.67 0.53 0.15
HSL 347.35º 0.67% 0.57% -
HSV(B) 347.35º 0.67% 0.85% -
XYZ 33.56 20.37 14.73 -
YUV 118.49 118.7 198.98 -
System Red Green Blue C M Y K H S L
Decimal 218 71 102 0 0.67 0.53 0.15 347.35 0.67 0.57
Hex DA 47 66 0 43 35 F 15B 43 39
Octal 332 107 146 0 103 65 17 533 103 71
Binary 11011010 1000111 1100110 0 1000011 110101 1111 101011011 1000011 111001

Color Harmonies of #DA4766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4766

Black with #DA4766

Text Example


Text Example

White with #DA4766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4766; }

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

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

background-color css

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

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

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

border-color css

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

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

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