Html Css Color HEX #DC5882 Dark Pink

📋 copy color: '#DC5882'

red 220 ◦ green 88 ◦ blue 130

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

Shades of Dark Pink #DC5882

Tints of Dark Pink #DC5882

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.09%

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

R = 50.23%
G = 20.09%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DC5882 (or 0xDC5882) is known color: Dark Pink. HEX triplet: DC, 58 and 82. RGB value is (220,88,130). Sum of RGB (Red+Green+Blue) = 220+88+130=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 88 (34.77% from 255 or 20.09% from 438); Blue value is 130 (51.17% from 255 or 29.68% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5882 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5882 is #23A77D. Grayscale: #848484. Windows color (decimal): -2336638 or 8542428. OLE color: 8542428.

HSL color Cylindrical-coordinate representation of color #DC5882: hue angle of 340.91º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC5882 is Cyan = 0, Magento = 0.6, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 88 130 -
CMYK 0 0.6 0.41 0.14
HSL 340.91º 0.65% 0.6% -
HSV(B) 340.91º 0.6% 0.86% -
XYZ 37.03 23.81 23.76 -
YUV 132.26 126.73 190.58 -
System Red Green Blue C M Y K H S L
Decimal 220 88 130 0 0.6 0.41 0.14 340.91 0.65 0.6
Hex DC 58 82 0 3C 29 E 155 41 3C
Octal 334 130 202 0 74 51 16 525 101 74
Binary 11011100 1011000 10000010 0 111100 101001 1110 101010101 1000001 111100

Color Harmonies of #DC5882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5882

Black with #DC5882

Text Example


Text Example

White with #DC5882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5882; }

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

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

background-color css

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

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

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

border-color css

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

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

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