Html Css Color HEX #DD9982 Tonys Pink

📋 copy color: '#DD9982'

red 221 ◦ green 153 ◦ blue 130

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

Shades of Tonys Pink #DD9982

Tints of Tonys Pink #DD9982

RGB

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

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

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

R = 43.85%
G = 30.36%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DD9982 (or 0xDD9982) is known color: Tonys Pink. HEX triplet: DD, 99 and 82. RGB value is (221,153,130). Sum of RGB (Red+Green+Blue) = 221+153+130=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 153 (60.16% from 255 or 30.36% from 504); Blue value is 130 (51.17% from 255 or 25.79% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9982 is #22667D. Grayscale: #AAAAAA. Windows color (decimal): -2254462 or 8559069. OLE color: 8559069.

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

Color convert

RGB 221 153 130 -
CMYK 0 0.31 0.41 0.13
HSL 15.16º 0.57% 0.69% -
HSV(B) 15.16º 0.41% 0.87% -
XYZ 45.24 39.77 26.41 -
YUV 170.71 105.03 163.87 -
System Red Green Blue C M Y K H S L
Decimal 221 153 130 0 0.31 0.41 0.13 15.16 0.57 0.69
Hex DD 99 82 0 1F 29 D F 39 45
Octal 335 231 202 0 37 51 15 17 71 105
Binary 11011101 10011001 10000010 0 11111 101001 1101 1111 111001 1000101

Color Harmonies of #DD9982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9982

Black with #DD9982

Text Example


Text Example

White with #DD9982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9982; }

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

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

background-color css

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

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

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

border-color css

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

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

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