Html Css Color HEX #DD9A80 Tonys Pink

📋 copy color: '#DD9A80'

red 221 ◦ green 154 ◦ blue 128

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

Shades of Tonys Pink #DD9A80

Tints of Tonys Pink #DD9A80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 25.45%

R = 43.94%
G = 30.62%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DD9A80 (or 0xDD9A80) is known color: Tonys Pink. HEX triplet: DD, 9A and 80. RGB value is (221,154,128). Sum of RGB (Red+Green+Blue) = 221+154+128=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 154 (60.55% from 255 or 30.62% from 503); Blue value is 128 (50.39% from 255 or 25.45% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9A80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9A80 is #22657F. Grayscale: #ABABAB. Windows color (decimal): -2254208 or 8428253. OLE color: 8428253.

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

Color convert

RGB 221 154 128 -
CMYK 0 0.30 0.42 0.13
HSL 16.77º 0.58% 0.68% -
HSV(B) 16.77º 0.42% 0.87% -
XYZ 45.27 40.04 25.76 -
YUV 171.07 103.7 163.61 -
System Red Green Blue C M Y K H S L
Decimal 221 154 128 0 0.30 0.42 0.13 16.77 0.58 0.68
Hex DD 9A 80 0 1E 2A D 11 3A 44
Octal 335 232 200 0 36 52 15 21 72 104
Binary 11011101 10011010 10000000 0 11110 101010 1101 10001 111010 1000100

Color Harmonies of #DD9A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9A80

Black with #DD9A80

Text Example


Text Example

White with #DD9A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9A80; }

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

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

background-color css

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

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

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

border-color css

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

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

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