Html Css Color HEX #DA5265 Cabaret

📋 copy color: '#DA5265'

red 218 ◦ green 82 ◦ blue 101

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

Shades of Cabaret #DA5265

Tints of Cabaret #DA5265

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.45%

 BLUE value IS 101 (39.84% from 255) = 25.19%

R = 54.36%
G = 20.45%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DA5265 (or 0xDA5265) is known color: Cabaret. HEX triplet: DA, 52 and 65. RGB value is (218,82,101). Sum of RGB (Red+Green+Blue) = 218+82+101=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 82 (32.42% from 255 or 20.45% from 401); Blue value is 101 (39.84% from 255 or 25.19% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5265 is #25AD9A. Grayscale: #7C7C7C. Windows color (decimal): -2469275 or 6640346. OLE color: 6640346.

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

Color convert

RGB 218 82 101 -
CMYK 0 0.62 0.54 0.15
HSL 351.62º 0.65% 0.59% -
HSV(B) 351.62º 0.62% 0.85% -
XYZ 34.28 21.88 14.73 -
YUV 124.83 114.56 194.46 -
System Red Green Blue C M Y K H S L
Decimal 218 82 101 0 0.62 0.54 0.15 351.62 0.65 0.59
Hex DA 52 65 0 3E 36 F 160 41 3B
Octal 332 122 145 0 76 66 17 540 101 73
Binary 11011010 1010010 1100101 0 111110 110110 1111 101100000 1000001 111011

Color Harmonies of #DA5265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5265

Black with #DA5265

Text Example


Text Example

White with #DA5265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5265; }

 p { color: rgb(218,82,101); }

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

background-color css

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

 a { background-color: rgb(218,82,101); }

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

border-color css

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

 span { border-color: rgb(218,82,101); }

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