Html Css Color HEX #DD9983 Tonys Pink

📋 copy color: '#DD9983'

red 221 ◦ green 153 ◦ blue 131

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

Shades of Tonys Pink #DD9983

Tints of Tonys Pink #DD9983

RGB

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

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

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

R = 43.76%
G = 30.3%
B = 25.94%

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

#DD9983 (or 0xDD9983) is known color: Tonys Pink. HEX triplet: DD, 99 and 83. RGB value is (221,153,131). Sum of RGB (Red+Green+Blue) = 221+153+131=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 153 (60.16% from 255 or 30.30% from 505); Blue value is 131 (51.56% from 255 or 25.94% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9983 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9983 is #22667C. Grayscale: #AAAAAA. Windows color (decimal): -2254461 or 8624605. OLE color: 8624605.

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

Color convert

RGB 221 153 131 -
CMYK 0 0.31 0.41 0.13
HSL 14.67º 0.57% 0.69% -
HSV(B) 14.67º 0.41% 0.87% -
XYZ 45.31 39.79 26.77 -
YUV 170.82 105.53 163.79 -
System Red Green Blue C M Y K H S L
Decimal 221 153 131 0 0.31 0.41 0.13 14.67 0.57 0.69
Hex DD 99 83 0 1F 29 D F 39 45
Octal 335 231 203 0 37 51 15 17 71 105
Binary 11011101 10011001 10000011 0 11111 101001 1101 1111 111001 1000101

Color Harmonies of #DD9983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9983

Black with #DD9983

Text Example


Text Example

White with #DD9983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9983; }

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

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

background-color css

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

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

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

border-color css

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

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

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