Html Css Color HEX #DC508E Dark Pink

📋 copy color: '#DC508E'

red 220 ◦ green 80 ◦ blue 142

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

Shades of Dark Pink #DC508E

Tints of Dark Pink #DC508E

RGB

 RED value IS 220 (86.33% from 255) = 49.77%

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

 BLUE value IS 142 (55.86% from 255) = 32.13%

R = 49.77%
G = 18.1%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC508E (or 0xDC508E) is known color: Dark Pink. HEX triplet: DC, 50 and 8E. RGB value is (220,80,142). Sum of RGB (Red+Green+Blue) = 220+80+142=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 80 (31.64% from 255 or 18.10% from 442); Blue value is 142 (55.86% from 255 or 32.13% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DC508E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC508E is #23AF71. Grayscale: #808080. Windows color (decimal): -2338674 or 9326812. OLE color: 9326812.

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

Color convert

RGB 220 80 142 -
CMYK 0 0.64 0.35 0.14
HSL 333.43º 0.67% 0.59% -
HSV(B) 333.43º 0.64% 0.86% -
XYZ 37.27 22.91 28.05 -
YUV 128.93 135.38 192.96 -
System Red Green Blue C M Y K H S L
Decimal 220 80 142 0 0.64 0.35 0.14 333.43 0.67 0.59
Hex DC 50 8E 0 40 23 E 14D 43 3B
Octal 334 120 216 0 100 43 16 515 103 73
Binary 11011100 1010000 10001110 0 1000000 100011 1110 101001101 1000011 111011

Color Harmonies of #DC508E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC508E

Black with #DC508E

Text Example


Text Example

White with #DC508E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC508E; }

 p { color: rgb(220,80,142); }

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

background-color css

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

 a { background-color: rgb(220,80,142); }

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

border-color css

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

 span { border-color: rgb(220,80,142); }

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