Html Css Color HEX #DD558F Dark Pink

📋 copy color: '#DD558F'

red 221 ◦ green 85 ◦ blue 143

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

Shades of Dark Pink #DD558F

Tints of Dark Pink #DD558F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.85%

R = 49.22%
G = 18.93%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD558F (or 0xDD558F) is known color: Dark Pink. HEX triplet: DD, 55 and 8F. RGB value is (221,85,143). Sum of RGB (Red+Green+Blue) = 221+85+143=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 85 (33.59% from 255 or 18.93% from 449); Blue value is 143 (56.25% from 255 or 31.85% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD558F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD558F is #22AA70. Grayscale: #848484. Windows color (decimal): -2271857 or 9393629. OLE color: 9393629.

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

Color convert

RGB 221 85 143 -
CMYK 0 0.62 0.35 0.13
HSL 334.41º 0.67% 0.6% -
HSV(B) 334.41º 0.62% 0.87% -
XYZ 38.03 23.85 28.59 -
YUV 132.28 134.06 191.28 -
System Red Green Blue C M Y K H S L
Decimal 221 85 143 0 0.62 0.35 0.13 334.41 0.67 0.6
Hex DD 55 8F 0 3E 23 D 14E 43 3C
Octal 335 125 217 0 76 43 15 516 103 74
Binary 11011101 1010101 10001111 0 111110 100011 1101 101001110 1000011 111100

Color Harmonies of #DD558F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD558F

Black with #DD558F

Text Example


Text Example

White with #DD558F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD558F; }

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

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

background-color css

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

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

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

border-color css

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

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

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