Html Css Color HEX #DD518D Dark Pink

📋 copy color: '#DD518D'

red 221 ◦ green 81 ◦ blue 141

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

Shades of Dark Pink #DD518D

Tints of Dark Pink #DD518D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.28%

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

R = 49.89%
G = 18.28%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD518D (or 0xDD518D) is known color: Dark Pink. HEX triplet: DD, 51 and 8D. RGB value is (221,81,141). Sum of RGB (Red+Green+Blue) = 221+81+141=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 81 (32.03% from 255 or 18.28% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD518D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD518D is #22AE72. Grayscale: #818181. Windows color (decimal): -2272883 or 9261533. OLE color: 9261533.

HSL color Cylindrical-coordinate representation of color #DD518D: hue angle of 334.29º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD518D is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 81 141 -
CMYK 0 0.63 0.36 0.13
HSL 334.29º 0.67% 0.59% -
HSV(B) 334.29º 0.63% 0.87% -
XYZ 37.57 23.18 27.69 -
YUV 129.7 134.38 193.12 -
System Red Green Blue C M Y K H S L
Decimal 221 81 141 0 0.63 0.36 0.13 334.29 0.67 0.59
Hex DD 51 8D 0 3F 24 D 14E 43 3B
Octal 335 121 215 0 77 44 15 516 103 73
Binary 11011101 1010001 10001101 0 111111 100100 1101 101001110 1000011 111011

Color Harmonies of #DD518D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD518D

Black with #DD518D

Text Example


Text Example

White with #DD518D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD518D; }

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

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

background-color css

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

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

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

border-color css

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

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

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