Html Css Color HEX #DD558D Dark Pink

📋 copy color: '#DD558D'

red 221 ◦ green 85 ◦ blue 141

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

Shades of Dark Pink #DD558D

Tints of Dark Pink #DD558D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.02%

 BLUE value IS 141 (55.47% from 255) = 31.54%

R = 49.44%
G = 19.02%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD558D (or 0xDD558D) is known color: Dark Pink. HEX triplet: DD, 55 and 8D. RGB value is (221,85,141). Sum of RGB (Red+Green+Blue) = 221+85+141=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 85 (33.59% from 255 or 19.02% from 447); Blue value is 141 (55.47% from 255 or 31.54% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD558D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD558D is #22AA72. Grayscale: #838383. Windows color (decimal): -2271859 or 9262557. OLE color: 9262557.

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

Color convert

RGB 221 85 141 -
CMYK 0 0.62 0.36 0.13
HSL 335.29º 0.67% 0.6% -
HSV(B) 335.29º 0.62% 0.87% -
XYZ 37.88 23.79 27.8 -
YUV 132.05 133.06 191.45 -
System Red Green Blue C M Y K H S L
Decimal 221 85 141 0 0.62 0.36 0.13 335.29 0.67 0.6
Hex DD 55 8D 0 3E 24 D 14F 43 3C
Octal 335 125 215 0 76 44 15 517 103 74
Binary 11011101 1010101 10001101 0 111110 100100 1101 101001111 1000011 111100

Color Harmonies of #DD558D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD558D

Black with #DD558D

Text Example


Text Example

White with #DD558D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD558D; }

 p { color: rgb(221,85,141); }

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

background-color css

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

 a { background-color: rgb(221,85,141); }

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

border-color css

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

 span { border-color: rgb(221,85,141); }

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