Html Css Color HEX #DC5E84 Dark Pink

📋 copy color: '#DC5E84'

red 220 ◦ green 94 ◦ blue 132

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

Shades of Dark Pink #DC5E84

Tints of Dark Pink #DC5E84

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.08%

 BLUE value IS 132 (51.95% from 255) = 29.6%

R = 49.33%
G = 21.08%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DC5E84 (or 0xDC5E84) is known color: Dark Pink. HEX triplet: DC, 5E and 84. RGB value is (220,94,132). Sum of RGB (Red+Green+Blue) = 220+94+132=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 94 (37.11% from 255 or 21.08% from 446); Blue value is 132 (51.95% from 255 or 29.60% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5E84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5E84 is #23A17B. Grayscale: #878787. Windows color (decimal): -2335100 or 8675036. OLE color: 8675036.

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

Color convert

RGB 220 94 132 -
CMYK 0 0.57 0.40 0.14
HSL 341.9º 0.64% 0.62% -
HSV(B) 341.9º 0.57% 0.86% -
XYZ 37.68 24.89 24.65 -
YUV 136.01 125.74 187.91 -
System Red Green Blue C M Y K H S L
Decimal 220 94 132 0 0.57 0.40 0.14 341.9 0.64 0.62
Hex DC 5E 84 0 39 28 E 156 40 3E
Octal 334 136 204 0 71 50 16 526 100 76
Binary 11011100 1011110 10000100 0 111001 101000 1110 101010110 1000000 111110

Color Harmonies of #DC5E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5E84

Black with #DC5E84

Text Example


Text Example

White with #DC5E84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5E84; }

 p { color: rgb(220,94,132); }

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

background-color css

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

 a { background-color: rgb(220,94,132); }

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

border-color css

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

 span { border-color: rgb(220,94,132); }

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