Html Css Color HEX #DD9F8A Tonys Pink

📋 copy color: '#DD9F8A'

red 221 ◦ green 159 ◦ blue 138

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

Shades of Tonys Pink #DD9F8A

Tints of Tonys Pink #DD9F8A

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.69%

 BLUE value IS 138 (54.3% from 255) = 26.64%

R = 42.66%
G = 30.69%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD9F8A (or 0xDD9F8A) is known color: Tonys Pink. HEX triplet: DD, 9F and 8A. RGB value is (221,159,138). Sum of RGB (Red+Green+Blue) = 221+159+138=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 159 (62.5% from 255 or 30.69% from 518); Blue value is 138 (54.30% from 255 or 26.64% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9F8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9F8A is #226075. Grayscale: #AFAFAF. Windows color (decimal): -2252918 or 9084893. OLE color: 9084893.

HSL color Cylindrical-coordinate representation of color #DD9F8A: hue angle of 15.18º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD9F8A is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 159 138 -
CMYK 0 0.28 0.38 0.13
HSL 15.18º 0.55% 0.7% -
HSV(B) 15.18º 0.38% 0.87% -
XYZ 46.8 42 29.69 -
YUV 175.14 107.04 160.71 -
System Red Green Blue C M Y K H S L
Decimal 221 159 138 0 0.28 0.38 0.13 15.18 0.55 0.7
Hex DD 9F 8A 0 1C 26 D F 37 46
Octal 335 237 212 0 34 46 15 17 67 106
Binary 11011101 10011111 10001010 0 11100 100110 1101 1111 110111 1000110

Color Harmonies of #DD9F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9F8A

Black with #DD9F8A

Text Example


Text Example

White with #DD9F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9F8A; }

 p { color: rgb(221,159,138); }

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

background-color css

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

 a { background-color: rgb(221,159,138); }

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

border-color css

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

 span { border-color: rgb(221,159,138); }

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