Html Css Color HEX #DC588F Dark Pink

📋 copy color: '#DC588F'

red 220 ◦ green 88 ◦ blue 143

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

Shades of Dark Pink #DC588F

Tints of Dark Pink #DC588F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.71%

R = 48.78%
G = 19.51%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC588F (or 0xDC588F) is known color: Dark Pink. HEX triplet: DC, 58 and 8F. RGB value is (220,88,143). Sum of RGB (Red+Green+Blue) = 220+88+143=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 88 (34.77% from 255 or 19.51% from 451); Blue value is 143 (56.25% from 255 or 31.71% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DC588F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC588F is #23A770. Grayscale: #858585. Windows color (decimal): -2336625 or 9394396. OLE color: 9394396.

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

Color convert

RGB 220 88 143 -
CMYK 0 0.6 0.35 0.14
HSL 335º 0.65% 0.6% -
HSV(B) 335º 0.6% 0.86% -
XYZ 37.96 24.18 28.65 -
YUV 133.74 133.23 189.53 -
System Red Green Blue C M Y K H S L
Decimal 220 88 143 0 0.6 0.35 0.14 335 0.65 0.6
Hex DC 58 8F 0 3C 23 E 14F 41 3C
Octal 334 130 217 0 74 43 16 517 101 74
Binary 11011100 1011000 10001111 0 111100 100011 1110 101001111 1000001 111100

Color Harmonies of #DC588F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC588F

Black with #DC588F

Text Example


Text Example

White with #DC588F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC588F; }

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

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

background-color css

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

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

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

border-color css

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

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

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