Html Css Color HEX #DA5069 Cabaret

📋 copy color: '#DA5069'

red 218 ◦ green 80 ◦ blue 105

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

Shades of Cabaret #DA5069

Tints of Cabaret #DA5069

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.85%

 BLUE value IS 105 (41.41% from 255) = 26.05%

R = 54.09%
G = 19.85%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#DA5069 (or 0xDA5069) is known color: Cabaret. HEX triplet: DA, 50 and 69. RGB value is (218,80,105). Sum of RGB (Red+Green+Blue) = 218+80+105=403 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.09% from 403); Green value is 80 (31.64% from 255 or 19.85% from 403); Blue value is 105 (41.41% from 255 or 26.05% from 403); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5069 is #25AF96. Grayscale: #7C7C7C. Windows color (decimal): -2469783 or 6901978. OLE color: 6901978.

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

Color convert

RGB 218 80 105 -
CMYK 0 0.63 0.52 0.15
HSL 349.13º 0.65% 0.58% -
HSV(B) 349.13º 0.63% 0.85% -
XYZ 34.33 21.66 15.74 -
YUV 124.11 117.22 194.97 -
System Red Green Blue C M Y K H S L
Decimal 218 80 105 0 0.63 0.52 0.15 349.13 0.65 0.58
Hex DA 50 69 0 3F 34 F 15D 41 3A
Octal 332 120 151 0 77 64 17 535 101 72
Binary 11011010 1010000 1101001 0 111111 110100 1111 101011101 1000001 111010

Color Harmonies of #DA5069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5069

Black with #DA5069

Text Example


Text Example

White with #DA5069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5069; }

 p { color: rgb(218,80,105); }

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

background-color css

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

 a { background-color: rgb(218,80,105); }

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

border-color css

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

 span { border-color: rgb(218,80,105); }

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