Html Css Color HEX #DE9F8A Tonys Pink

📋 copy color: '#DE9F8A'

red 222 ◦ green 159 ◦ blue 138

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

Shades of Tonys Pink #DE9F8A

Tints of Tonys Pink #DE9F8A

RGB

 RED value IS 222 (87.11% from 255) = 42.77%

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

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

R = 42.77%
G = 30.64%
B = 26.59%

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

#DE9F8A (or 0xDE9F8A) is known color: Tonys Pink. HEX triplet: DE, 9F and 8A. RGB value is (222,159,138). Sum of RGB (Red+Green+Blue) = 222+159+138=519 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.77% from 519); Green value is 159 (62.5% from 255 or 30.64% from 519); Blue value is 138 (54.30% from 255 or 26.59% from 519); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9F8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9F8A is #216075. Grayscale: #AFAFAF. Windows color (decimal): -2187382 or 9084894. OLE color: 9084894.

HSL color Cylindrical-coordinate representation of color #DE9F8A: hue angle of 15º degrees, saturation: 0.56, 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 #DE9F8A is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 159 138 -
CMYK 0 0.28 0.38 0.13
HSL 15º 0.56% 0.71% -
HSV(B) 15º 0.38% 0.87% -
XYZ 47.11 42.16 29.7 -
YUV 175.44 106.87 161.21 -
System Red Green Blue C M Y K H S L
Decimal 222 159 138 0 0.28 0.38 0.13 15 0.56 0.71
Hex DE 9F 8A 0 1C 26 D F 38 47
Octal 336 237 212 0 34 46 15 17 70 107
Binary 11011110 10011111 10001010 0 11100 100110 1101 1111 111000 1000111

Color Harmonies of #DE9F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9F8A

Black with #DE9F8A

Text Example


Text Example

White with #DE9F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9F8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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