Html Css Color HEX #DF9F8D Tonys Pink

📋 copy color: '#DF9F8D'

red 223 ◦ green 159 ◦ blue 141

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

Shades of Tonys Pink #DF9F8D

Tints of Tonys Pink #DF9F8D

RGB

 RED value IS 223 (87.5% from 255) = 42.64%

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

 BLUE value IS 141 (55.47% from 255) = 26.96%

R = 42.64%
G = 30.4%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DF9F8D (or 0xDF9F8D) is known color: Tonys Pink. HEX triplet: DF, 9F and 8D. RGB value is (223,159,141). Sum of RGB (Red+Green+Blue) = 223+159+141=523 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.64% from 523); Green value is 159 (62.5% from 255 or 30.40% from 523); Blue value is 141 (55.47% from 255 or 26.96% from 523); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9F8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9F8D is #206072. Grayscale: #B0B0B0. Windows color (decimal): -2121843 or 9281503. OLE color: 9281503.

HSL color Cylindrical-coordinate representation of color #DF9F8D: hue angle of 13.17º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DF9F8D is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 159 141 -
CMYK 0 0.29 0.37 0.13
HSL 13.17º 0.56% 0.71% -
HSV(B) 13.17º 0.37% 0.87% -
XYZ 47.64 42.41 30.87 -
YUV 176.08 108.2 161.46 -
System Red Green Blue C M Y K H S L
Decimal 223 159 141 0 0.29 0.37 0.13 13.17 0.56 0.71
Hex DF 9F 8D 0 1D 25 D D 38 47
Octal 337 237 215 0 35 45 15 15 70 107
Binary 11011111 10011111 10001101 0 11101 100101 1101 1101 111000 1000111

Color Harmonies of #DF9F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9F8D

Black with #DF9F8D

Text Example


Text Example

White with #DF9F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9F8D; }

 p { color: rgb(223,159,141); }

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

background-color css

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

 a { background-color: rgb(223,159,141); }

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

border-color css

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

 span { border-color: rgb(223,159,141); }

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