Html Css Color HEX #DC9E88 Tonys Pink

📋 copy color: '#DC9E88'

red 220 ◦ green 158 ◦ blue 136

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

Shades of Tonys Pink #DC9E88

Tints of Tonys Pink #DC9E88

RGB

 RED value IS 220 (86.33% from 255) = 42.8%

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

 BLUE value IS 136 (53.52% from 255) = 26.46%

R = 42.8%
G = 30.74%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DC9E88 (or 0xDC9E88) is known color: Tonys Pink. HEX triplet: DC, 9E and 88. RGB value is (220,158,136). Sum of RGB (Red+Green+Blue) = 220+158+136=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 158 (62.11% from 255 or 30.74% from 514); Blue value is 136 (53.52% from 255 or 26.46% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9E88 is #236177. Grayscale: #AEAEAE. Windows color (decimal): -2318712 or 8953564. OLE color: 8953564.

HSL color Cylindrical-coordinate representation of color #DC9E88: hue angle of 15.71º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC9E88 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 158 136 -
CMYK 0 0.28 0.38 0.14
HSL 15.71º 0.55% 0.7% -
HSV(B) 15.71º 0.38% 0.86% -
XYZ 46.19 41.45 28.86 -
YUV 174.03 106.54 160.79 -
System Red Green Blue C M Y K H S L
Decimal 220 158 136 0 0.28 0.38 0.14 15.71 0.55 0.7
Hex DC 9E 88 0 1C 26 E 10 37 46
Octal 334 236 210 0 34 46 16 20 67 106
Binary 11011100 10011110 10001000 0 11100 100110 1110 10000 110111 1000110

Color Harmonies of #DC9E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9E88

Black with #DC9E88

Text Example


Text Example

White with #DC9E88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9E88; }

 p { color: rgb(220,158,136); }

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

background-color css

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

 a { background-color: rgb(220,158,136); }

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

border-color css

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

 span { border-color: rgb(220,158,136); }

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