Html Css Color HEX #DD558A Dark Pink

📋 copy color: '#DD558A'

red 221 ◦ green 85 ◦ blue 138

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

Shades of Dark Pink #DD558A

Tints of Dark Pink #DD558A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.08%

R = 49.77%
G = 19.14%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD558A (or 0xDD558A) is known color: Dark Pink. HEX triplet: DD, 55 and 8A. RGB value is (221,85,138). Sum of RGB (Red+Green+Blue) = 221+85+138=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 85 (33.59% from 255 or 19.14% from 444); Blue value is 138 (54.30% from 255 or 31.08% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD558A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD558A is #22AA75. Grayscale: #838383. Windows color (decimal): -2271862 or 9065949. OLE color: 9065949.

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

Color convert

RGB 221 85 138 -
CMYK 0 0.62 0.38 0.13
HSL 336.62º 0.67% 0.6% -
HSV(B) 336.62º 0.62% 0.87% -
XYZ 37.65 23.7 26.64 -
YUV 131.71 131.56 191.69 -
System Red Green Blue C M Y K H S L
Decimal 221 85 138 0 0.62 0.38 0.13 336.62 0.67 0.6
Hex DD 55 8A 0 3E 26 D 151 43 3C
Octal 335 125 212 0 76 46 15 521 103 74
Binary 11011101 1010101 10001010 0 111110 100110 1101 101010001 1000011 111100

Color Harmonies of #DD558A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD558A

Black with #DD558A

Text Example


Text Example

White with #DD558A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD558A; }

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

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

background-color css

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

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

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

border-color css

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

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

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