Html Css Color HEX #DD8E79 My Pink

📋 copy color: '#DD8E79'

red 221 ◦ green 142 ◦ blue 121

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

Shades of My Pink #DD8E79

Tints of My Pink #DD8E79

RGB

 RED value IS 221 (86.72% from 255) = 45.66%

 GREEN value IS 142 (55.86% from 255) = 29.34%

 BLUE value IS 121 (47.66% from 255) = 25%

R = 45.66%
G = 29.34%
B = 25%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD8E79 (or 0xDD8E79) is known color: My Pink. HEX triplet: DD, 8E and 79. RGB value is (221,142,121). Sum of RGB (Red+Green+Blue) = 221+142+121=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 142 (55.86% from 255 or 29.34% from 484); Blue value is 121 (47.66% from 255 or 25% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8E79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8E79 is #227186. Grayscale: #A3A3A3. Windows color (decimal): -2257287 or 7966429. OLE color: 7966429.

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

Color convert

RGB 221 142 121 -
CMYK 0 0.36 0.45 0.13
HSL 12.6º 0.6% 0.67% -
HSV(B) 12.6º 0.45% 0.87% -
XYZ 42.94 36.1 22.79 -
YUV 163.23 104.17 169.21 -
System Red Green Blue C M Y K H S L
Decimal 221 142 121 0 0.36 0.45 0.13 12.6 0.6 0.67
Hex DD 8E 79 0 24 2D D D 3C 43
Octal 335 216 171 0 44 55 15 15 74 103
Binary 11011101 10001110 1111001 0 100100 101101 1101 1101 111100 1000011

Color Harmonies of #DD8E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8E79

Black with #DD8E79

Text Example


Text Example

White with #DD8E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8E79; }

 p { color: rgb(221,142,121); }

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

background-color css

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

 a { background-color: rgb(221,142,121); }

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

border-color css

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

 span { border-color: rgb(221,142,121); }

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