Html Css Color HEX #DA586B Cabaret

📋 copy color: '#DA586B'

red 218 ◦ green 88 ◦ blue 107

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

Shades of Cabaret #DA586B

Tints of Cabaret #DA586B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.91%

R = 52.78%
G = 21.31%
B = 25.91%

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

#DA586B (or 0xDA586B) is known color: Cabaret. HEX triplet: DA, 58 and 6B. RGB value is (218,88,107). Sum of RGB (Red+Green+Blue) = 218+88+107=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 88 (34.77% from 255 or 21.31% from 413); Blue value is 107 (42.19% from 255 or 25.91% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DA586B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA586B is #25A794. Grayscale: #818181. Windows color (decimal): -2467733 or 7035098. OLE color: 7035098.

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

Color convert

RGB 218 88 107 -
CMYK 0 0.60 0.51 0.15
HSL 351.23º 0.64% 0.6% -
HSV(B) 351.23º 0.6% 0.85% -
XYZ 35.06 22.95 16.49 -
YUV 129.04 115.57 191.46 -
System Red Green Blue C M Y K H S L
Decimal 218 88 107 0 0.60 0.51 0.15 351.23 0.64 0.6
Hex DA 58 6B 0 3C 33 F 15F 40 3C
Octal 332 130 153 0 74 63 17 537 100 74
Binary 11011010 1011000 1101011 0 111100 110011 1111 101011111 1000000 111100

Color Harmonies of #DA586B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA586B

Black with #DA586B

Text Example


Text Example

White with #DA586B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA586B; }

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

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

background-color css

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

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

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

border-color css

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

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

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