Html Css Color HEX #DD9E8D Tonys Pink

📋 copy color: '#DD9E8D'

red 221 ◦ green 158 ◦ blue 141

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

Shades of Tonys Pink #DD9E8D

Tints of Tonys Pink #DD9E8D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.38%

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

R = 42.5%
G = 30.38%
B = 27.12%

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

#DD9E8D (or 0xDD9E8D) is known color: Tonys Pink. HEX triplet: DD, 9E and 8D. RGB value is (221,158,141). Sum of RGB (Red+Green+Blue) = 221+158+141=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 158 (62.11% from 255 or 30.38% from 520); Blue value is 141 (55.47% from 255 or 27.12% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9E8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9E8D is #226172. Grayscale: #AFAFAF. Windows color (decimal): -2253171 or 9281245. OLE color: 9281245.

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

Color convert

RGB 221 158 141 -
CMYK 0 0.29 0.36 0.13
HSL 12.75º 0.54% 0.71% -
HSV(B) 12.75º 0.36% 0.87% -
XYZ 46.85 41.75 30.79 -
YUV 174.9 108.87 160.88 -
System Red Green Blue C M Y K H S L
Decimal 221 158 141 0 0.29 0.36 0.13 12.75 0.54 0.71
Hex DD 9E 8D 0 1D 24 D D 36 47
Octal 335 236 215 0 35 44 15 15 66 107
Binary 11011101 10011110 10001101 0 11101 100100 1101 1101 110110 1000111

Color Harmonies of #DD9E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9E8D

Black with #DD9E8D

Text Example


Text Example

White with #DD9E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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