Html Css Color HEX #DF9585 Tonys Pink

📋 copy color: '#DF9585'

red 223 ◦ green 149 ◦ blue 133

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

Shades of Tonys Pink #DF9585

Tints of Tonys Pink #DF9585

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.5%

 BLUE value IS 133 (52.34% from 255) = 26.34%

R = 44.16%
G = 29.5%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DF9585 (or 0xDF9585) is known color: Tonys Pink. HEX triplet: DF, 95 and 85. RGB value is (223,149,133). Sum of RGB (Red+Green+Blue) = 223+149+133=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 149 (58.59% from 255 or 29.50% from 505); Blue value is 133 (52.34% from 255 or 26.34% from 505); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9585 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9585 is #206A7A. Grayscale: #A9A9A9. Windows color (decimal): -2124411 or 8754655. OLE color: 8754655.

HSL color Cylindrical-coordinate representation of color #DF9585: hue angle of 10.67º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DF9585 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 149 133 -
CMYK 0 0.33 0.40 0.13
HSL 10.67º 0.58% 0.7% -
HSV(B) 10.67º 0.4% 0.87% -
XYZ 45.41 38.88 27.3 -
YUV 169.3 107.52 166.3 -
System Red Green Blue C M Y K H S L
Decimal 223 149 133 0 0.33 0.40 0.13 10.67 0.58 0.7
Hex DF 95 85 0 21 28 D B 3A 46
Octal 337 225 205 0 41 50 15 13 72 106
Binary 11011111 10010101 10000101 0 100001 101000 1101 1011 111010 1000110

Color Harmonies of #DF9585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9585

Black with #DF9585

Text Example


Text Example

White with #DF9585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9585; }

 p { color: rgb(223,149,133); }

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

background-color css

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

 a { background-color: rgb(223,149,133); }

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

border-color css

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

 span { border-color: rgb(223,149,133); }

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