Html Css Color HEX #DD558B Dark Pink

📋 copy color: '#DD558B'

red 221 ◦ green 85 ◦ blue 139

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

Shades of Dark Pink #DD558B

Tints of Dark Pink #DD558B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.24%

R = 49.66%
G = 19.1%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DD558B (or 0xDD558B) is known color: Dark Pink. HEX triplet: DD, 55 and 8B. RGB value is (221,85,139). Sum of RGB (Red+Green+Blue) = 221+85+139=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 85 (33.59% from 255 or 19.10% from 445); Blue value is 139 (54.69% from 255 or 31.24% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD558B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD558B is #22AA74. Grayscale: #838383. Windows color (decimal): -2271861 or 9131485. OLE color: 9131485.

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

Color convert

RGB 221 85 139 -
CMYK 0 0.62 0.37 0.13
HSL 336.18º 0.67% 0.6% -
HSV(B) 336.18º 0.62% 0.87% -
XYZ 37.73 23.73 27.02 -
YUV 131.82 132.06 191.61 -
System Red Green Blue C M Y K H S L
Decimal 221 85 139 0 0.62 0.37 0.13 336.18 0.67 0.6
Hex DD 55 8B 0 3E 25 D 150 43 3C
Octal 335 125 213 0 76 45 15 520 103 74
Binary 11011101 1010101 10001011 0 111110 100101 1101 101010000 1000011 111100

Color Harmonies of #DD558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD558B

Black with #DD558B

Text Example


Text Example

White with #DD558B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD558B; }

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

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

background-color css

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

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

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

border-color css

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

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

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