Html Css Color HEX #DC5088 Dark Pink

📋 copy color: '#DC5088'

red 220 ◦ green 80 ◦ blue 136

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

Shades of Dark Pink #DC5088

Tints of Dark Pink #DC5088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 31.19%

R = 50.46%
G = 18.35%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DC5088 (or 0xDC5088) is known color: Dark Pink. HEX triplet: DC, 50 and 88. RGB value is (220,80,136). Sum of RGB (Red+Green+Blue) = 220+80+136=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 80 (31.64% from 255 or 18.35% from 436); Blue value is 136 (53.52% from 255 or 31.19% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5088 is #23AF77. Grayscale: #808080. Windows color (decimal): -2338680 or 8933596. OLE color: 8933596.

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

Color convert

RGB 220 80 136 -
CMYK 0 0.64 0.38 0.14
HSL 336º 0.67% 0.59% -
HSV(B) 336º 0.64% 0.86% -
XYZ 36.83 22.73 25.74 -
YUV 128.24 132.38 193.45 -
System Red Green Blue C M Y K H S L
Decimal 220 80 136 0 0.64 0.38 0.14 336 0.67 0.59
Hex DC 50 88 0 40 26 E 150 43 3B
Octal 334 120 210 0 100 46 16 520 103 73
Binary 11011100 1010000 10001000 0 1000000 100110 1110 101010000 1000011 111011

Color Harmonies of #DC5088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5088

Black with #DC5088

Text Example


Text Example

White with #DC5088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5088; }

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

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

background-color css

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

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

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

border-color css

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

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

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