Html Css Color HEX #DD9682 Tonys Pink

📋 copy color: '#DD9682'

red 221 ◦ green 150 ◦ blue 130

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

Shades of Tonys Pink #DD9682

Tints of Tonys Pink #DD9682

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.94%

 BLUE value IS 130 (51.17% from 255) = 25.95%

R = 44.11%
G = 29.94%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DD9682 (or 0xDD9682) is known color: Tonys Pink. HEX triplet: DD, 96 and 82. RGB value is (221,150,130). Sum of RGB (Red+Green+Blue) = 221+150+130=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 150 (58.98% from 255 or 29.94% from 501); Blue value is 130 (51.17% from 255 or 25.95% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9682 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9682 is #22697D. Grayscale: #A9A9A9. Windows color (decimal): -2255230 or 8558301. OLE color: 8558301.

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

Color convert

RGB 221 150 130 -
CMYK 0 0.32 0.41 0.13
HSL 13.19º 0.57% 0.69% -
HSV(B) 13.19º 0.41% 0.87% -
XYZ 44.75 38.8 26.25 -
YUV 168.95 106.02 165.13 -
System Red Green Blue C M Y K H S L
Decimal 221 150 130 0 0.32 0.41 0.13 13.19 0.57 0.69
Hex DD 96 82 0 20 29 D D 39 45
Octal 335 226 202 0 40 51 15 15 71 105
Binary 11011101 10010110 10000010 0 100000 101001 1101 1101 111001 1000101

Color Harmonies of #DD9682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9682

Black with #DD9682

Text Example


Text Example

White with #DD9682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9682; }

 p { color: rgb(221,150,130); }

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

background-color css

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

 a { background-color: rgb(221,150,130); }

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

border-color css

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

 span { border-color: rgb(221,150,130); }

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