Html Css Color HEX #DD9A83 Tonys Pink

📋 copy color: '#DD9A83'

red 221 ◦ green 154 ◦ blue 131

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

Shades of Tonys Pink #DD9A83

Tints of Tonys Pink #DD9A83

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.43%

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

R = 43.68%
G = 30.43%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DD9A83 (or 0xDD9A83) is known color: Tonys Pink. HEX triplet: DD, 9A and 83. RGB value is (221,154,131). Sum of RGB (Red+Green+Blue) = 221+154+131=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 154 (60.55% from 255 or 30.43% from 506); Blue value is 131 (51.56% from 255 or 25.89% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9A83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9A83 is #22657C. Grayscale: #ABABAB. Windows color (decimal): -2254205 or 8624861. OLE color: 8624861.

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

Color convert

RGB 221 154 131 -
CMYK 0 0.30 0.41 0.13
HSL 15.33º 0.57% 0.69% -
HSV(B) 15.33º 0.41% 0.87% -
XYZ 45.47 40.12 26.82 -
YUV 171.41 105.2 163.37 -
System Red Green Blue C M Y K H S L
Decimal 221 154 131 0 0.30 0.41 0.13 15.33 0.57 0.69
Hex DD 9A 83 0 1E 29 D F 39 45
Octal 335 232 203 0 36 51 15 17 71 105
Binary 11011101 10011010 10000011 0 11110 101001 1101 1111 111001 1000101

Color Harmonies of #DD9A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9A83

Black with #DD9A83

Text Example


Text Example

White with #DD9A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9A83; }

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

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

background-color css

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

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

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

border-color css

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

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

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