Html Css Color HEX #DC508A Dark Pink

📋 copy color: '#DC508A'

red 220 ◦ green 80 ◦ blue 138

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

Shades of Dark Pink #DC508A

Tints of Dark Pink #DC508A

RGB

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

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

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

R = 50.23%
G = 18.26%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DC508A (or 0xDC508A) is known color: Dark Pink. HEX triplet: DC, 50 and 8A. RGB value is (220,80,138). Sum of RGB (Red+Green+Blue) = 220+80+138=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 80 (31.64% from 255 or 18.26% from 438); Blue value is 138 (54.30% from 255 or 31.51% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC508A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC508A is #23AF75. Grayscale: #808080. Windows color (decimal): -2338678 or 9064668. OLE color: 9064668.

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

Color convert

RGB 220 80 138 -
CMYK 0 0.64 0.37 0.14
HSL 335.14º 0.67% 0.59% -
HSV(B) 335.14º 0.64% 0.86% -
XYZ 36.97 22.79 26.49 -
YUV 128.47 133.38 193.28 -
System Red Green Blue C M Y K H S L
Decimal 220 80 138 0 0.64 0.37 0.14 335.14 0.67 0.59
Hex DC 50 8A 0 40 25 E 14F 43 3B
Octal 334 120 212 0 100 45 16 517 103 73
Binary 11011100 1010000 10001010 0 1000000 100101 1110 101001111 1000011 111011

Color Harmonies of #DC508A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC508A

Black with #DC508A

Text Example


Text Example

White with #DC508A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC508A; }

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

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

background-color css

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

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

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

border-color css

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

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

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