Html Css Color HEX #DF9E8A Tonys Pink

📋 copy color: '#DF9E8A'

red 223 ◦ green 158 ◦ blue 138

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

Shades of Tonys Pink #DF9E8A

Tints of Tonys Pink #DF9E8A

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.44%

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

R = 42.97%
G = 30.44%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DF9E8A (or 0xDF9E8A) is known color: Tonys Pink. HEX triplet: DF, 9E and 8A. RGB value is (223,158,138). Sum of RGB (Red+Green+Blue) = 223+158+138=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 158 (62.11% from 255 or 30.44% from 519); Blue value is 138 (54.30% from 255 or 26.59% from 519); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9E8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9E8A is #206175. Grayscale: #AFAFAF. Windows color (decimal): -2122102 or 9084639. OLE color: 9084639.

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

Color convert

RGB 223 158 138 -
CMYK 0 0.29 0.38 0.13
HSL 14.12º 0.57% 0.71% -
HSV(B) 14.12º 0.38% 0.87% -
XYZ 47.25 41.98 29.66 -
YUV 175.16 107.03 162.13 -
System Red Green Blue C M Y K H S L
Decimal 223 158 138 0 0.29 0.38 0.13 14.12 0.57 0.71
Hex DF 9E 8A 0 1D 26 D E 39 47
Octal 337 236 212 0 35 46 15 16 71 107
Binary 11011111 10011110 10001010 0 11101 100110 1101 1110 111001 1000111

Color Harmonies of #DF9E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9E8A

Black with #DF9E8A

Text Example


Text Example

White with #DF9E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9E8A; }

 p { color: rgb(223,158,138); }

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

background-color css

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

 a { background-color: rgb(223,158,138); }

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

border-color css

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

 span { border-color: rgb(223,158,138); }

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