Html Css Color HEX #DC508F Dark Pink

📋 copy color: '#DC508F'

red 220 ◦ green 80 ◦ blue 143

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

Shades of Dark Pink #DC508F

Tints of Dark Pink #DC508F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 32.28%

R = 49.66%
G = 18.06%
B = 32.28%

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

#DC508F (or 0xDC508F) is known color: Dark Pink. HEX triplet: DC, 50 and 8F. RGB value is (220,80,143). Sum of RGB (Red+Green+Blue) = 220+80+143=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 80 (31.64% from 255 or 18.06% from 443); Blue value is 143 (56.25% from 255 or 32.28% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC508F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC508F is #23AF70. Grayscale: #808080. Windows color (decimal): -2338673 or 9392348. OLE color: 9392348.

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

Color convert

RGB 220 80 143 -
CMYK 0 0.64 0.35 0.14
HSL 333º 0.67% 0.59% -
HSV(B) 333º 0.64% 0.86% -
XYZ 37.34 22.94 28.45 -
YUV 129.04 135.88 192.88 -
System Red Green Blue C M Y K H S L
Decimal 220 80 143 0 0.64 0.35 0.14 333 0.67 0.59
Hex DC 50 8F 0 40 23 E 14D 43 3B
Octal 334 120 217 0 100 43 16 515 103 73
Binary 11011100 1010000 10001111 0 1000000 100011 1110 101001101 1000011 111011

Color Harmonies of #DC508F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC508F

Black with #DC508F

Text Example


Text Example

White with #DC508F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC508F; }

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

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

background-color css

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

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

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

border-color css

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

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

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