Html Css Color HEX #DA586A Cabaret

📋 copy color: '#DA586A'

red 218 ◦ green 88 ◦ blue 106

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

Shades of Cabaret #DA586A

Tints of Cabaret #DA586A

RGB

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

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

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

R = 52.91%
G = 21.36%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DA586A (or 0xDA586A) is known color: Cabaret. HEX triplet: DA, 58 and 6A. RGB value is (218,88,106). Sum of RGB (Red+Green+Blue) = 218+88+106=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 88 (34.77% from 255 or 21.36% from 412); Blue value is 106 (41.80% from 255 or 25.73% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DA586A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA586A is #25A795. Grayscale: #808080. Windows color (decimal): -2467734 or 6969562. OLE color: 6969562.

HSL color Cylindrical-coordinate representation of color #DA586A: hue angle of 351.69º 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 #DA586A is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 88 106 -
CMYK 0 0.60 0.51 0.15
HSL 351.69º 0.64% 0.6% -
HSV(B) 351.69º 0.6% 0.85% -
XYZ 35 22.93 16.22 -
YUV 128.92 115.07 191.54 -
System Red Green Blue C M Y K H S L
Decimal 218 88 106 0 0.60 0.51 0.15 351.69 0.64 0.6
Hex DA 58 6A 0 3C 33 F 160 40 3C
Octal 332 130 152 0 74 63 17 540 100 74
Binary 11011010 1011000 1101010 0 111100 110011 1111 101100000 1000000 111100

Color Harmonies of #DA586A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA586A

Black with #DA586A

Text Example


Text Example

White with #DA586A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA586A; }

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

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

background-color css

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

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

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

border-color css

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

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

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