Html Css Color HEX #DD508D Dark Pink

📋 copy color: '#DD508D'

red 221 ◦ green 80 ◦ blue 141

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

Shades of Dark Pink #DD508D

Tints of Dark Pink #DD508D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.1%

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

R = 50%
G = 18.1%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD508D (or 0xDD508D) is known color: Dark Pink. HEX triplet: DD, 50 and 8D. RGB value is (221,80,141). Sum of RGB (Red+Green+Blue) = 221+80+141=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 80 (31.64% from 255 or 18.10% from 442); Blue value is 141 (55.47% from 255 or 31.90% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DD508D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD508D is #22AF72. Grayscale: #818181. Windows color (decimal): -2273139 or 9261277. OLE color: 9261277.

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

Color convert

RGB 221 80 141 -
CMYK 0 0.64 0.36 0.13
HSL 334.04º 0.67% 0.59% -
HSV(B) 334.04º 0.64% 0.87% -
XYZ 37.5 23.03 27.67 -
YUV 129.11 134.71 193.54 -
System Red Green Blue C M Y K H S L
Decimal 221 80 141 0 0.64 0.36 0.13 334.04 0.67 0.59
Hex DD 50 8D 0 40 24 D 14E 43 3B
Octal 335 120 215 0 100 44 15 516 103 73
Binary 11011101 1010000 10001101 0 1000000 100100 1101 101001110 1000011 111011

Color Harmonies of #DD508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD508D

Black with #DD508D

Text Example


Text Example

White with #DD508D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD508D; }

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

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

background-color css

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

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

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

border-color css

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

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

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