Html Css Color HEX #DC5885 Dark Pink

📋 copy color: '#DC5885'

red 220 ◦ green 88 ◦ blue 133

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

Shades of Dark Pink #DC5885

Tints of Dark Pink #DC5885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 30.16%

R = 49.89%
G = 19.95%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DC5885 (or 0xDC5885) is known color: Dark Pink. HEX triplet: DC, 58 and 85. RGB value is (220,88,133). Sum of RGB (Red+Green+Blue) = 220+88+133=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 88 (34.77% from 255 or 19.95% from 441); Blue value is 133 (52.34% from 255 or 30.16% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5885 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5885 is #23A77A. Grayscale: #848484. Windows color (decimal): -2336635 or 8739036. OLE color: 8739036.

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

Color convert

RGB 220 88 133 -
CMYK 0 0.6 0.40 0.14
HSL 339.55º 0.65% 0.6% -
HSV(B) 339.55º 0.6% 0.86% -
XYZ 37.24 23.89 24.84 -
YUV 132.6 128.23 190.34 -
System Red Green Blue C M Y K H S L
Decimal 220 88 133 0 0.6 0.40 0.14 339.55 0.65 0.6
Hex DC 58 85 0 3C 28 E 154 41 3C
Octal 334 130 205 0 74 50 16 524 101 74
Binary 11011100 1011000 10000101 0 111100 101000 1110 101010100 1000001 111100

Color Harmonies of #DC5885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5885

Black with #DC5885

Text Example


Text Example

White with #DC5885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5885; }

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

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

background-color css

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

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

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

border-color css

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

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

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