Html Css Color HEX #DD9D8D Tonys Pink

📋 copy color: '#DD9D8D'

red 221 ◦ green 157 ◦ blue 141

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

Shades of Tonys Pink #DD9D8D

Tints of Tonys Pink #DD9D8D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.25%

 BLUE value IS 141 (55.47% from 255) = 27.17%

R = 42.58%
G = 30.25%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD9D8D (or 0xDD9D8D) is known color: Tonys Pink. HEX triplet: DD, 9D and 8D. RGB value is (221,157,141). Sum of RGB (Red+Green+Blue) = 221+157+141=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 157 (61.72% from 255 or 30.25% from 519); Blue value is 141 (55.47% from 255 or 27.17% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9D8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9D8D is #226272. Grayscale: #AEAEAE. Windows color (decimal): -2253427 or 9280989. OLE color: 9280989.

HSL color Cylindrical-coordinate representation of color #DD9D8D: hue angle of 12º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DD9D8D is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 157 141 -
CMYK 0 0.29 0.36 0.13
HSL 12º 0.54% 0.71% -
HSV(B) 12º 0.36% 0.87% -
XYZ 46.68 41.41 30.73 -
YUV 174.31 109.2 161.3 -
System Red Green Blue C M Y K H S L
Decimal 221 157 141 0 0.29 0.36 0.13 12 0.54 0.71
Hex DD 9D 8D 0 1D 24 D C 36 47
Octal 335 235 215 0 35 44 15 14 66 107
Binary 11011101 10011101 10001101 0 11101 100100 1101 1100 110110 1000111

Color Harmonies of #DD9D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9D8D

Black with #DD9D8D

Text Example


Text Example

White with #DD9D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9D8D; }

 p { color: rgb(221,157,141); }

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

background-color css

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

 a { background-color: rgb(221,157,141); }

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

border-color css

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

 span { border-color: rgb(221,157,141); }

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