Html Css Color HEX #DA486B Cabaret

📋 copy color: '#DA486B'

red 218 ◦ green 72 ◦ blue 107

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

Shades of Cabaret #DA486B

Tints of Cabaret #DA486B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.14%

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

R = 54.91%
G = 18.14%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DA486B (or 0xDA486B) is known color: Cabaret. HEX triplet: DA, 48 and 6B. RGB value is (218,72,107). Sum of RGB (Red+Green+Blue) = 218+72+107=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 72 (28.52% from 255 or 18.14% from 397); Blue value is 107 (42.19% from 255 or 26.95% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DA486B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA486B is #25B794. Grayscale: #777777. Windows color (decimal): -2471829 or 7031002. OLE color: 7031002.

HSL color Cylindrical-coordinate representation of color #DA486B: hue angle of 345.62º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DA486B is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 72 107 -
CMYK 0 0.67 0.51 0.15
HSL 345.62º 0.66% 0.57% -
HSV(B) 345.62º 0.67% 0.85% -
XYZ 33.88 20.6 16.1 -
YUV 119.64 120.87 198.15 -
System Red Green Blue C M Y K H S L
Decimal 218 72 107 0 0.67 0.51 0.15 345.62 0.66 0.57
Hex DA 48 6B 0 43 33 F 15A 42 39
Octal 332 110 153 0 103 63 17 532 102 71
Binary 11011010 1001000 1101011 0 1000011 110011 1111 101011010 1000010 111001

Color Harmonies of #DA486B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA486B

Black with #DA486B

Text Example


Text Example

White with #DA486B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA486B; }

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

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

background-color css

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

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

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

border-color css

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

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

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