Html Css Color HEX #DD8C88 My Pink

📋 copy color: '#DD8C88'

red 221 ◦ green 140 ◦ blue 136

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

Shades of My Pink #DD8C88

Tints of My Pink #DD8C88

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.17%

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

R = 44.47%
G = 28.17%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD8C88 (or 0xDD8C88) is known color: My Pink. HEX triplet: DD, 8C and 88. RGB value is (221,140,136). Sum of RGB (Red+Green+Blue) = 221+140+136=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 140 (55.08% from 255 or 28.17% from 497); Blue value is 136 (53.52% from 255 or 27.36% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8C88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8C88 is #227377. Grayscale: #A3A3A3. Windows color (decimal): -2257784 or 8948957. OLE color: 8948957.

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

Color convert

RGB 221 140 136 -
CMYK 0 0.37 0.38 0.13
HSL 2.82º 0.56% 0.7% -
HSV(B) 2.82º 0.38% 0.87% -
XYZ 43.64 35.91 27.92 -
YUV 163.76 112.34 168.83 -
System Red Green Blue C M Y K H S L
Decimal 221 140 136 0 0.37 0.38 0.13 2.82 0.56 0.7
Hex DD 8C 88 0 25 26 D 3 38 46
Octal 335 214 210 0 45 46 15 3 70 106
Binary 11011101 10001100 10001000 0 100101 100110 1101 11 111000 1000110

Color Harmonies of #DD8C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8C88

Black with #DD8C88

Text Example


Text Example

White with #DD8C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8C88; }

 p { color: rgb(221,140,136); }

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

background-color css

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

 a { background-color: rgb(221,140,136); }

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

border-color css

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

 span { border-color: rgb(221,140,136); }

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