Html Css Color HEX #DC5C85 Dark Pink

📋 copy color: '#DC5C85'

red 220 ◦ green 92 ◦ blue 133

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

Shades of Dark Pink #DC5C85

Tints of Dark Pink #DC5C85

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.67%

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

R = 49.44%
G = 20.67%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DC5C85 (or 0xDC5C85) is known color: Dark Pink. HEX triplet: DC, 5C and 85. RGB value is (220,92,133). Sum of RGB (Red+Green+Blue) = 220+92+133=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 92 (36.33% from 255 or 20.67% from 445); Blue value is 133 (52.34% from 255 or 29.89% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5C85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5C85 is #23A37A. Grayscale: #868686. Windows color (decimal): -2335611 or 8740060. OLE color: 8740060.

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

Color convert

RGB 220 92 133 -
CMYK 0 0.58 0.40 0.14
HSL 340.78º 0.65% 0.61% -
HSV(B) 340.78º 0.58% 0.86% -
XYZ 37.58 24.56 24.95 -
YUV 134.95 126.91 188.67 -
System Red Green Blue C M Y K H S L
Decimal 220 92 133 0 0.58 0.40 0.14 340.78 0.65 0.61
Hex DC 5C 85 0 3A 28 E 155 41 3D
Octal 334 134 205 0 72 50 16 525 101 75
Binary 11011100 1011100 10000101 0 111010 101000 1110 101010101 1000001 111101

Color Harmonies of #DC5C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5C85

Black with #DC5C85

Text Example


Text Example

White with #DC5C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5C85; }

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

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

background-color css

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

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

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

border-color css

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

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

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