Html Css Color HEX #DE9D8D Tonys Pink

📋 copy color: '#DE9D8D'

red 222 ◦ green 157 ◦ blue 141

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

Shades of Tonys Pink #DE9D8D

Tints of Tonys Pink #DE9D8D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.19%

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

R = 42.69%
G = 30.19%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DE9D8D (or 0xDE9D8D) is known color: Tonys Pink. HEX triplet: DE, 9D and 8D. RGB value is (222,157,141). Sum of RGB (Red+Green+Blue) = 222+157+141=520 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.69% from 520); Green value is 157 (61.72% from 255 or 30.19% from 520); Blue value is 141 (55.47% from 255 or 27.12% from 520); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9D8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9D8D is #216272. Grayscale: #AEAEAE. Windows color (decimal): -2187891 or 9280990. OLE color: 9280990.

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

Color convert

RGB 222 157 141 -
CMYK 0 0.29 0.36 0.13
HSL 11.85º 0.55% 0.71% -
HSV(B) 11.85º 0.36% 0.87% -
XYZ 46.99 41.57 30.75 -
YUV 174.61 109.03 161.8 -
System Red Green Blue C M Y K H S L
Decimal 222 157 141 0 0.29 0.36 0.13 11.85 0.55 0.71
Hex DE 9D 8D 0 1D 24 D C 37 47
Octal 336 235 215 0 35 44 15 14 67 107
Binary 11011110 10011101 10001101 0 11101 100100 1101 1100 110111 1000111

Color Harmonies of #DE9D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9D8D

Black with #DE9D8D

Text Example


Text Example

White with #DE9D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9D8D; }

 p { color: rgb(222,157,141); }

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

background-color css

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

 a { background-color: rgb(222,157,141); }

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

border-color css

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

 span { border-color: rgb(222,157,141); }

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