Html Css Color HEX #DD897E My Pink

📋 copy color: '#DD897E'

red 221 ◦ green 137 ◦ blue 126

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

Shades of My Pink #DD897E

Tints of My Pink #DD897E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.31%

 BLUE value IS 126 (49.61% from 255) = 26.03%

R = 45.66%
G = 28.31%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD897E (or 0xDD897E) is known color: My Pink. HEX triplet: DD, 89 and 7E. RGB value is (221,137,126). Sum of RGB (Red+Green+Blue) = 221+137+126=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 137 (53.91% from 255 or 28.31% from 484); Blue value is 126 (49.61% from 255 or 26.03% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DD897E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD897E is #227681. Grayscale: #A0A0A0. Windows color (decimal): -2258562 or 8292829. OLE color: 8292829.

HSL color Cylindrical-coordinate representation of color #DD897E: hue angle of 6.95º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD897E is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 137 126 -
CMYK 0 0.38 0.43 0.13
HSL 6.95º 0.58% 0.68% -
HSV(B) 6.95º 0.43% 0.87% -
XYZ 42.53 34.77 24.21 -
YUV 160.86 108.33 170.89 -
System Red Green Blue C M Y K H S L
Decimal 221 137 126 0 0.38 0.43 0.13 6.95 0.58 0.68
Hex DD 89 7E 0 26 2B D 7 3A 44
Octal 335 211 176 0 46 53 15 7 72 104
Binary 11011101 10001001 1111110 0 100110 101011 1101 111 111010 1000100

Color Harmonies of #DD897E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD897E

Black with #DD897E

Text Example


Text Example

White with #DD897E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD897E; }

 p { color: rgb(221,137,126); }

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

background-color css

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

 a { background-color: rgb(221,137,126); }

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

border-color css

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

 span { border-color: rgb(221,137,126); }

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