Html Css Color HEX #DD9883 Tonys Pink

📋 copy color: '#DD9883'

red 221 ◦ green 152 ◦ blue 131

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

Shades of Tonys Pink #DD9883

Tints of Tonys Pink #DD9883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 25.99%

R = 43.85%
G = 30.16%
B = 25.99%

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

#DD9883 (or 0xDD9883) is known color: Tonys Pink. HEX triplet: DD, 98 and 83. RGB value is (221,152,131). Sum of RGB (Red+Green+Blue) = 221+152+131=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 152 (59.77% from 255 or 30.16% from 504); Blue value is 131 (51.56% from 255 or 25.99% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9883 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9883 is #22677C. Grayscale: #AAAAAA. Windows color (decimal): -2254717 or 8624349. OLE color: 8624349.

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

Color convert

RGB 221 152 131 -
CMYK 0 0.31 0.41 0.13
HSL 14º 0.57% 0.69% -
HSV(B) 14º 0.41% 0.87% -
XYZ 45.14 39.47 26.71 -
YUV 170.24 105.86 164.21 -
System Red Green Blue C M Y K H S L
Decimal 221 152 131 0 0.31 0.41 0.13 14 0.57 0.69
Hex DD 98 83 0 1F 29 D E 39 45
Octal 335 230 203 0 37 51 15 16 71 105
Binary 11011101 10011000 10000011 0 11111 101001 1101 1110 111001 1000101

Color Harmonies of #DD9883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9883

Black with #DD9883

Text Example


Text Example

White with #DD9883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9883; }

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

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

background-color css

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

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

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

border-color css

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

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

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