Html Css Color HEX #DD508A Dark Pink

📋 copy color: '#DD508A'

red 221 ◦ green 80 ◦ blue 138

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

Shades of Dark Pink #DD508A

Tints of Dark Pink #DD508A

RGB

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

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

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

R = 50.34%
G = 18.22%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD508A (or 0xDD508A) is known color: Dark Pink. HEX triplet: DD, 50 and 8A. RGB value is (221,80,138). Sum of RGB (Red+Green+Blue) = 221+80+138=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 80 (31.64% from 255 or 18.22% from 439); Blue value is 138 (54.30% from 255 or 31.44% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD508A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD508A is #22AF75. Grayscale: #808080. Windows color (decimal): -2273142 or 9064669. OLE color: 9064669.

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

Color convert

RGB 221 80 138 -
CMYK 0 0.64 0.38 0.13
HSL 335.32º 0.67% 0.59% -
HSV(B) 335.32º 0.64% 0.87% -
XYZ 37.27 22.94 26.51 -
YUV 128.77 133.21 193.78 -
System Red Green Blue C M Y K H S L
Decimal 221 80 138 0 0.64 0.38 0.13 335.32 0.67 0.59
Hex DD 50 8A 0 40 26 D 14F 43 3B
Octal 335 120 212 0 100 46 15 517 103 73
Binary 11011101 1010000 10001010 0 1000000 100110 1101 101001111 1000011 111011

Color Harmonies of #DD508A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD508A

Black with #DD508A

Text Example


Text Example

White with #DD508A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD508A; }

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

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

background-color css

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

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

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

border-color css

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

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

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