Html Css Color HEX #DD9385 My Pink

📋 copy color: '#DD9385'

red 221 ◦ green 147 ◦ blue 133

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

Shades of My Pink #DD9385

Tints of My Pink #DD9385

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.34%

 BLUE value IS 133 (52.34% from 255) = 26.55%

R = 44.11%
G = 29.34%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DD9385 (or 0xDD9385) is known color: My Pink. HEX triplet: DD, 93 and 85. RGB value is (221,147,133). Sum of RGB (Red+Green+Blue) = 221+147+133=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 147 (57.81% from 255 or 29.34% from 501); Blue value is 133 (52.34% from 255 or 26.55% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9385 is #226C7A. Grayscale: #A7A7A7. Windows color (decimal): -2255995 or 8754141. OLE color: 8754141.

HSL color Cylindrical-coordinate representation of color #DD9385: hue angle of 9.55º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD9385 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 147 133 -
CMYK 0 0.33 0.40 0.13
HSL 9.55º 0.56% 0.69% -
HSV(B) 9.55º 0.4% 0.87% -
XYZ 44.49 37.93 27.17 -
YUV 167.53 108.52 166.14 -
System Red Green Blue C M Y K H S L
Decimal 221 147 133 0 0.33 0.40 0.13 9.55 0.56 0.69
Hex DD 93 85 0 21 28 D A 38 45
Octal 335 223 205 0 41 50 15 12 70 105
Binary 11011101 10010011 10000101 0 100001 101000 1101 1010 111000 1000101

Color Harmonies of #DD9385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9385

Black with #DD9385

Text Example


Text Example

White with #DD9385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9385; }

 p { color: rgb(221,147,133); }

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

background-color css

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

 a { background-color: rgb(221,147,133); }

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

border-color css

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

 span { border-color: rgb(221,147,133); }

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