Html Css Color HEX #DC5E82 Dark Pink

📋 copy color: '#DC5E82'

red 220 ◦ green 94 ◦ blue 130

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

Shades of Dark Pink #DC5E82

Tints of Dark Pink #DC5E82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 29.28%

R = 49.55%
G = 21.17%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DC5E82 (or 0xDC5E82) is known color: Dark Pink. HEX triplet: DC, 5E and 82. RGB value is (220,94,130). Sum of RGB (Red+Green+Blue) = 220+94+130=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 94 (37.11% from 255 or 21.17% from 444); Blue value is 130 (51.17% from 255 or 29.28% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5E82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5E82 is #23A17D. Grayscale: #878787. Windows color (decimal): -2335102 or 8543964. OLE color: 8543964.

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

Color convert

RGB 220 94 130 -
CMYK 0 0.57 0.41 0.14
HSL 342.86º 0.64% 0.62% -
HSV(B) 342.86º 0.57% 0.86% -
XYZ 37.55 24.83 23.93 -
YUV 135.78 124.74 188.07 -
System Red Green Blue C M Y K H S L
Decimal 220 94 130 0 0.57 0.41 0.14 342.86 0.64 0.62
Hex DC 5E 82 0 39 29 E 157 40 3E
Octal 334 136 202 0 71 51 16 527 100 76
Binary 11011100 1011110 10000010 0 111001 101001 1110 101010111 1000000 111110

Color Harmonies of #DC5E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5E82

Black with #DC5E82

Text Example


Text Example

White with #DC5E82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5E82; }

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

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

background-color css

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

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

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

border-color css

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

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

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