Html Css Color HEX #DA466A Cabaret

📋 copy color: '#DA466A'

red 218 ◦ green 70 ◦ blue 106

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

Shades of Cabaret #DA466A

Tints of Cabaret #DA466A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.77%

 BLUE value IS 106 (41.8% from 255) = 26.9%

R = 55.33%
G = 17.77%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DA466A (or 0xDA466A) is known color: Cabaret. HEX triplet: DA, 46 and 6A. RGB value is (218,70,106). Sum of RGB (Red+Green+Blue) = 218+70+106=394 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.33% from 394); Green value is 70 (27.73% from 255 or 17.77% from 394); Blue value is 106 (41.80% from 255 or 26.90% from 394); Max value from RGB is 218 - color contains mainly: red. Hex color #DA466A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA466A is #25B995. Grayscale: #767676. Windows color (decimal): -2472342 or 6964954. OLE color: 6964954.

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

Color convert

RGB 218 70 106 -
CMYK 0 0.68 0.51 0.15
HSL 345.41º 0.67% 0.56% -
HSV(B) 345.41º 0.68% 0.85% -
XYZ 33.71 20.33 15.78 -
YUV 118.36 121.03 199.07 -
System Red Green Blue C M Y K H S L
Decimal 218 70 106 0 0.68 0.51 0.15 345.41 0.67 0.56
Hex DA 46 6A 0 44 33 F 159 43 38
Octal 332 106 152 0 104 63 17 531 103 70
Binary 11011010 1000110 1101010 0 1000100 110011 1111 101011001 1000011 111000

Color Harmonies of #DA466A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA466A

Black with #DA466A

Text Example


Text Example

White with #DA466A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA466A; }

 p { color: rgb(218,70,106); }

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

background-color css

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

 a { background-color: rgb(218,70,106); }

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

border-color css

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

 span { border-color: rgb(218,70,106); }

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