Html Css Color HEX #DA9FA8 Pale Chestnut

📋 copy color: '#DA9FA8'

red 218 ◦ green 159 ◦ blue 168

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

Shades of Pale Chestnut #DA9FA8

Tints of Pale Chestnut #DA9FA8

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.17%

 BLUE value IS 168 (66.02% from 255) = 30.83%

R = 40%
G = 29.17%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#DA9FA8 (or 0xDA9FA8) is known color: Pale Chestnut. HEX triplet: DA, 9F and A8. RGB value is (218,159,168). Sum of RGB (Red+Green+Blue) = 218+159+168=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 159 (62.5% from 255 or 29.17% from 545); Blue value is 168 (66.02% from 255 or 30.83% from 545); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9FA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9FA8 is #256057. Grayscale: #B1B1B1. Windows color (decimal): -2449496 or 11050970. OLE color: 11050970.

HSL color Cylindrical-coordinate representation of color #DA9FA8: hue angle of 350.85º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DA9FA8 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 159 168 -
CMYK 0 0.27 0.23 0.15
HSL 350.85º 0.44% 0.74% -
HSV(B) 350.85º 0.27% 0.85% -
XYZ 48.38 42.53 42.7 -
YUV 177.67 122.55 156.77 -
System Red Green Blue C M Y K H S L
Decimal 218 159 168 0 0.27 0.23 0.15 350.85 0.44 0.74
Hex DA 9F A8 0 1B 17 F 15F 2C 4A
Octal 332 237 250 0 33 27 17 537 54 112
Binary 11011010 10011111 10101000 0 11011 10111 1111 101011111 101100 1001010

Color Harmonies of #DA9FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9FA8

Black with #DA9FA8

Text Example


Text Example

White with #DA9FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9FA8; }

 p { color: rgb(218,159,168); }

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

background-color css

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

 a { background-color: rgb(218,159,168); }

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

border-color css

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

 span { border-color: rgb(218,159,168); }

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