Html Css Color HEX #DD9485 My Pink

📋 copy color: '#DD9485'

red 221 ◦ green 148 ◦ blue 133

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

Shades of My Pink #DD9485

Tints of My Pink #DD9485

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.48%

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

R = 44.02%
G = 29.48%
B = 26.49%

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

#DD9485 (or 0xDD9485) is known color: My Pink. HEX triplet: DD, 94 and 85. RGB value is (221,148,133). Sum of RGB (Red+Green+Blue) = 221+148+133=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 148 (58.20% from 255 or 29.48% from 502); Blue value is 133 (52.34% from 255 or 26.49% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9485 is #226B7A. Grayscale: #A8A8A8. Windows color (decimal): -2255739 or 8754397. OLE color: 8754397.

HSL color Cylindrical-coordinate representation of color #DD9485: hue angle of 10.23º 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 #DD9485 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 148 133 -
CMYK 0 0.33 0.40 0.13
HSL 10.23º 0.56% 0.69% -
HSV(B) 10.23º 0.4% 0.87% -
XYZ 44.64 38.25 27.22 -
YUV 168.12 108.18 165.72 -
System Red Green Blue C M Y K H S L
Decimal 221 148 133 0 0.33 0.40 0.13 10.23 0.56 0.69
Hex DD 94 85 0 21 28 D A 38 45
Octal 335 224 205 0 41 50 15 12 70 105
Binary 11011101 10010100 10000101 0 100001 101000 1101 1010 111000 1000101

Color Harmonies of #DD9485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9485

Black with #DD9485

Text Example


Text Example

White with #DD9485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9485; }

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

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

background-color css

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

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

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

border-color css

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

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

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