Html Css Color HEX #DD9981 Tonys Pink

📋 copy color: '#DD9981'

red 221 ◦ green 153 ◦ blue 129

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

Shades of Tonys Pink #DD9981

Tints of Tonys Pink #DD9981

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.42%

 BLUE value IS 129 (50.78% from 255) = 25.65%

R = 43.94%
G = 30.42%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DD9981 (or 0xDD9981) is known color: Tonys Pink. HEX triplet: DD, 99 and 81. RGB value is (221,153,129). Sum of RGB (Red+Green+Blue) = 221+153+129=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 129 (50.78% from 255 or 25.65% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9981 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9981 is #22667E. Grayscale: #AAAAAA. Windows color (decimal): -2254463 or 8493533. OLE color: 8493533.

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

Color convert

RGB 221 153 129 -
CMYK 0 0.31 0.42 0.13
HSL 15.65º 0.58% 0.69% -
HSV(B) 15.65º 0.42% 0.87% -
XYZ 45.17 39.74 26.06 -
YUV 170.6 104.53 163.95 -
System Red Green Blue C M Y K H S L
Decimal 221 153 129 0 0.31 0.42 0.13 15.65 0.58 0.69
Hex DD 99 81 0 1F 2A D 10 3A 45
Octal 335 231 201 0 37 52 15 20 72 105
Binary 11011101 10011001 10000001 0 11111 101010 1101 10000 111010 1000101

Color Harmonies of #DD9981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9981

Black with #DD9981

Text Example


Text Example

White with #DD9981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9981; }

 p { color: rgb(221,153,129); }

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

background-color css

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

 a { background-color: rgb(221,153,129); }

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

border-color css

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

 span { border-color: rgb(221,153,129); }

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