Html Css Color HEX #DD9080 My Pink

📋 copy color: '#DD9080'

red 221 ◦ green 144 ◦ blue 128

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

Shades of My Pink #DD9080

Tints of My Pink #DD9080

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.21%

 BLUE value IS 128 (50.39% from 255) = 25.96%

R = 44.83%
G = 29.21%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DD9080 (or 0xDD9080) is known color: My Pink. HEX triplet: DD, 90 and 80. RGB value is (221,144,128). Sum of RGB (Red+Green+Blue) = 221+144+128=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 144 (56.64% from 255 or 29.21% from 493); Blue value is 128 (50.39% from 255 or 25.96% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9080 is #226F7F. Grayscale: #A5A5A5. Windows color (decimal): -2256768 or 8425693. OLE color: 8425693.

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

Color convert

RGB 221 144 128 -
CMYK 0 0.35 0.42 0.13
HSL 10.32º 0.58% 0.68% -
HSV(B) 10.32º 0.42% 0.87% -
XYZ 43.69 36.88 25.24 -
YUV 165.2 107.01 167.8 -
System Red Green Blue C M Y K H S L
Decimal 221 144 128 0 0.35 0.42 0.13 10.32 0.58 0.68
Hex DD 90 80 0 23 2A D A 3A 44
Octal 335 220 200 0 43 52 15 12 72 104
Binary 11011101 10010000 10000000 0 100011 101010 1101 1010 111010 1000100

Color Harmonies of #DD9080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9080

Black with #DD9080

Text Example


Text Example

White with #DD9080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9080; }

 p { color: rgb(221,144,128); }

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

background-color css

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

 a { background-color: rgb(221,144,128); }

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

border-color css

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

 span { border-color: rgb(221,144,128); }

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