Html Css Color HEX #DD548D Dark Pink

📋 copy color: '#DD548D'

red 221 ◦ green 84 ◦ blue 141

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

Shades of Dark Pink #DD548D

Tints of Dark Pink #DD548D

RGB

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

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

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

R = 49.55%
G = 18.83%
B = 31.61%

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

#DD548D (or 0xDD548D) is known color: Dark Pink. HEX triplet: DD, 54 and 8D. RGB value is (221,84,141). Sum of RGB (Red+Green+Blue) = 221+84+141=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 84 (33.20% from 255 or 18.83% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD548D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD548D is #22AB72. Grayscale: #838383. Windows color (decimal): -2272115 or 9262301. OLE color: 9262301.

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

Color convert

RGB 221 84 141 -
CMYK 0 0.62 0.36 0.13
HSL 335.04º 0.67% 0.6% -
HSV(B) 335.04º 0.62% 0.87% -
XYZ 37.8 23.64 27.77 -
YUV 131.46 133.39 191.87 -
System Red Green Blue C M Y K H S L
Decimal 221 84 141 0 0.62 0.36 0.13 335.04 0.67 0.6
Hex DD 54 8D 0 3E 24 D 14F 43 3C
Octal 335 124 215 0 76 44 15 517 103 74
Binary 11011101 1010100 10001101 0 111110 100100 1101 101001111 1000011 111100

Color Harmonies of #DD548D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD548D

Black with #DD548D

Text Example


Text Example

White with #DD548D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD548D; }

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

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

background-color css

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

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

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

border-color css

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

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

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