Html Css Color HEX #DD9881 Tonys Pink

📋 copy color: '#DD9881'

red 221 ◦ green 152 ◦ blue 129

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

Shades of Tonys Pink #DD9881

Tints of Tonys Pink #DD9881

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.28%

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

R = 44.02%
G = 30.28%
B = 25.7%

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

#DD9881 (or 0xDD9881) is known color: Tonys Pink. HEX triplet: DD, 98 and 81. RGB value is (221,152,129). Sum of RGB (Red+Green+Blue) = 221+152+129=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 152 (59.77% from 255 or 30.28% from 502); Blue value is 129 (50.78% from 255 or 25.70% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9881 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9881 is #22677E. Grayscale: #AAAAAA. Windows color (decimal): -2254719 or 8493277. OLE color: 8493277.

HSL color Cylindrical-coordinate representation of color #DD9881: hue angle of 15º 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 #DD9881 is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 152 129 -
CMYK 0 0.31 0.42 0.13
HSL 15º 0.58% 0.69% -
HSV(B) 15º 0.42% 0.87% -
XYZ 45.01 39.41 26 -
YUV 170.01 104.86 164.37 -
System Red Green Blue C M Y K H S L
Decimal 221 152 129 0 0.31 0.42 0.13 15 0.58 0.69
Hex DD 98 81 0 1F 2A D F 3A 45
Octal 335 230 201 0 37 52 15 17 72 105
Binary 11011101 10011000 10000001 0 11111 101010 1101 1111 111010 1000101

Color Harmonies of #DD9881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9881

Black with #DD9881

Text Example


Text Example

White with #DD9881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9881; }

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

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

background-color css

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

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

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

border-color css

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

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

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