Html Css Color HEX #DD9A89 Tonys Pink

📋 copy color: '#DD9A89'

red 221 ◦ green 154 ◦ blue 137

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

Shades of Tonys Pink #DD9A89

Tints of Tonys Pink #DD9A89

RGB

 RED value IS 221 (86.72% from 255) = 43.16%

 GREEN value IS 154 (60.55% from 255) = 30.08%

 BLUE value IS 137 (53.91% from 255) = 26.76%

R = 43.16%
G = 30.08%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD9A89 (or 0xDD9A89) is known color: Tonys Pink. HEX triplet: DD, 9A and 89. RGB value is (221,154,137). Sum of RGB (Red+Green+Blue) = 221+154+137=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 154 (60.55% from 255 or 30.08% from 512); Blue value is 137 (53.91% from 255 or 26.76% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9A89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9A89 is #226576. Grayscale: #ACACAC. Windows color (decimal): -2254199 or 9018077. OLE color: 9018077.

HSL color Cylindrical-coordinate representation of color #DD9A89: hue angle of 12.14º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD9A89 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 154 137 -
CMYK 0 0.30 0.38 0.13
HSL 12.14º 0.55% 0.7% -
HSV(B) 12.14º 0.38% 0.87% -
XYZ 45.89 40.29 29.02 -
YUV 172.1 108.2 162.88 -
System Red Green Blue C M Y K H S L
Decimal 221 154 137 0 0.30 0.38 0.13 12.14 0.55 0.7
Hex DD 9A 89 0 1E 26 D C 37 46
Octal 335 232 211 0 36 46 15 14 67 106
Binary 11011101 10011010 10001001 0 11110 100110 1101 1100 110111 1000110

Color Harmonies of #DD9A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9A89

Black with #DD9A89

Text Example


Text Example

White with #DD9A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9A89; }

 p { color: rgb(221,154,137); }

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

background-color css

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

 a { background-color: rgb(221,154,137); }

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

border-color css

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

 span { border-color: rgb(221,154,137); }

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