Html Css Color HEX #DD5485 Dark Pink

📋 copy color: '#DD5485'

red 221 ◦ green 84 ◦ blue 133

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

Shades of Dark Pink #DD5485

Tints of Dark Pink #DD5485

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.18%

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

R = 50.46%
G = 19.18%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DD5485 (or 0xDD5485) is known color: Dark Pink. HEX triplet: DD, 54 and 85. RGB value is (221,84,133). Sum of RGB (Red+Green+Blue) = 221+84+133=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 84 (33.20% from 255 or 19.18% from 438); Blue value is 133 (52.34% from 255 or 30.37% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5485 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5485 is #22AB7A. Grayscale: #828282. Windows color (decimal): -2272123 or 8738013. OLE color: 8738013.

HSL color Cylindrical-coordinate representation of color #DD5485: hue angle of 338.54º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD5485 is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 84 133 -
CMYK 0 0.62 0.40 0.13
HSL 338.54º 0.67% 0.6% -
HSV(B) 338.54º 0.62% 0.87% -
XYZ 37.22 23.41 24.75 -
YUV 130.55 129.39 192.52 -
System Red Green Blue C M Y K H S L
Decimal 221 84 133 0 0.62 0.40 0.13 338.54 0.67 0.6
Hex DD 54 85 0 3E 28 D 153 43 3C
Octal 335 124 205 0 76 50 15 523 103 74
Binary 11011101 1010100 10000101 0 111110 101000 1101 101010011 1000011 111100

Color Harmonies of #DD5485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5485

Black with #DD5485

Text Example


Text Example

White with #DD5485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5485; }

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

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

background-color css

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

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

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

border-color css

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

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

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