Html Css Color HEX #DD9882 Tonys Pink

📋 copy color: '#DD9882'

red 221 ◦ green 152 ◦ blue 130

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

Shades of Tonys Pink #DD9882

Tints of Tonys Pink #DD9882

RGB

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

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

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

R = 43.94%
G = 30.22%
B = 25.84%

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

#DD9882 (or 0xDD9882) is known color: Tonys Pink. HEX triplet: DD, 98 and 82. RGB value is (221,152,130). Sum of RGB (Red+Green+Blue) = 221+152+130=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 152 (59.77% from 255 or 30.22% from 503); Blue value is 130 (51.17% from 255 or 25.84% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9882 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9882 is #22677D. Grayscale: #AAAAAA. Windows color (decimal): -2254718 or 8558813. OLE color: 8558813.

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

Color convert

RGB 221 152 130 -
CMYK 0 0.31 0.41 0.13
HSL 14.51º 0.57% 0.69% -
HSV(B) 14.51º 0.41% 0.87% -
XYZ 45.08 39.44 26.36 -
YUV 170.12 105.36 164.29 -
System Red Green Blue C M Y K H S L
Decimal 221 152 130 0 0.31 0.41 0.13 14.51 0.57 0.69
Hex DD 98 82 0 1F 29 D F 39 45
Octal 335 230 202 0 37 51 15 17 71 105
Binary 11011101 10011000 10000010 0 11111 101001 1101 1111 111001 1000101

Color Harmonies of #DD9882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9882

Black with #DD9882

Text Example


Text Example

White with #DD9882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9882; }

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

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

background-color css

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

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

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

border-color css

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

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

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