Html Css Color HEX #DA9E88 Tonys Pink

📋 copy color: '#DA9E88'

red 218 ◦ green 158 ◦ blue 136

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

Shades of Tonys Pink #DA9E88

Tints of Tonys Pink #DA9E88

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.86%

 BLUE value IS 136 (53.52% from 255) = 26.56%

R = 42.58%
G = 30.86%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#DA9E88 (or 0xDA9E88) is known color: Tonys Pink. HEX triplet: DA, 9E and 88. RGB value is (218,158,136). Sum of RGB (Red+Green+Blue) = 218+158+136=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 158 (62.11% from 255 or 30.86% from 512); Blue value is 136 (53.52% from 255 or 26.56% from 512); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9E88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9E88 is #256177. Grayscale: #ADADAD. Windows color (decimal): -2449784 or 8953562. OLE color: 8953562.

HSL color Cylindrical-coordinate representation of color #DA9E88: hue angle of 16.1º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DA9E88 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 158 136 -
CMYK 0 0.28 0.38 0.15
HSL 16.1º 0.53% 0.69% -
HSV(B) 16.1º 0.38% 0.85% -
XYZ 45.58 41.14 28.83 -
YUV 173.43 106.88 159.79 -
System Red Green Blue C M Y K H S L
Decimal 218 158 136 0 0.28 0.38 0.15 16.1 0.53 0.69
Hex DA 9E 88 0 1C 26 F 10 35 45
Octal 332 236 210 0 34 46 17 20 65 105
Binary 11011010 10011110 10001000 0 11100 100110 1111 10000 110101 1000101

Color Harmonies of #DA9E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9E88

Black with #DA9E88

Text Example


Text Example

White with #DA9E88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9E88; }

 p { color: rgb(218,158,136); }

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

background-color css

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

 a { background-color: rgb(218,158,136); }

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

border-color css

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

 span { border-color: rgb(218,158,136); }

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