Html Css Color HEX #DA5870 Cabaret

📋 copy color: '#DA5870'

red 218 ◦ green 88 ◦ blue 112

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

Shades of Cabaret #DA5870

Tints of Cabaret #DA5870

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.05%

 BLUE value IS 112 (44.14% from 255) = 26.79%

R = 52.15%
G = 21.05%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA5870 (or 0xDA5870) is known color: Cabaret. HEX triplet: DA, 58 and 70. RGB value is (218,88,112). Sum of RGB (Red+Green+Blue) = 218+88+112=418 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.15% from 418); Green value is 88 (34.77% from 255 or 21.05% from 418); Blue value is 112 (44.14% from 255 or 26.79% from 418); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5870 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5870 is #25A78F. Grayscale: #818181. Windows color (decimal): -2467728 or 7362778. OLE color: 7362778.

HSL color Cylindrical-coordinate representation of color #DA5870: hue angle of 348.92º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DA5870 is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 88 112 -
CMYK 0 0.60 0.49 0.15
HSL 348.92º 0.64% 0.6% -
HSV(B) 348.92º 0.6% 0.85% -
XYZ 35.33 23.05 17.92 -
YUV 129.61 118.07 191.05 -
System Red Green Blue C M Y K H S L
Decimal 218 88 112 0 0.60 0.49 0.15 348.92 0.64 0.6
Hex DA 58 70 0 3C 31 F 15D 40 3C
Octal 332 130 160 0 74 61 17 535 100 74
Binary 11011010 1011000 1110000 0 111100 110001 1111 101011101 1000000 111100

Color Harmonies of #DA5870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5870

Black with #DA5870

Text Example


Text Example

White with #DA5870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5870; }

 p { color: rgb(218,88,112); }

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

background-color css

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

 a { background-color: rgb(218,88,112); }

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

border-color css

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

 span { border-color: rgb(218,88,112); }

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