Html Css Color HEX #DC598D Dark Pink

📋 copy color: '#DC598D'

red 220 ◦ green 89 ◦ blue 141

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

Shades of Dark Pink #DC598D

Tints of Dark Pink #DC598D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.78%

 BLUE value IS 141 (55.47% from 255) = 31.33%

R = 48.89%
G = 19.78%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DC598D (or 0xDC598D) is known color: Dark Pink. HEX triplet: DC, 59 and 8D. RGB value is (220,89,141). Sum of RGB (Red+Green+Blue) = 220+89+141=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 89 (35.16% from 255 or 19.78% from 450); Blue value is 141 (55.47% from 255 or 31.33% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DC598D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC598D is #23A672. Grayscale: #868686. Windows color (decimal): -2336371 or 9263580. OLE color: 9263580.

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

Color convert

RGB 220 89 141 -
CMYK 0 0.60 0.36 0.14
HSL 336.18º 0.65% 0.61% -
HSV(B) 336.18º 0.6% 0.86% -
XYZ 37.9 24.28 27.89 -
YUV 134.1 131.9 189.27 -
System Red Green Blue C M Y K H S L
Decimal 220 89 141 0 0.60 0.36 0.14 336.18 0.65 0.61
Hex DC 59 8D 0 3C 24 E 150 41 3D
Octal 334 131 215 0 74 44 16 520 101 75
Binary 11011100 1011001 10001101 0 111100 100100 1110 101010000 1000001 111101

Color Harmonies of #DC598D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC598D

Black with #DC598D

Text Example


Text Example

White with #DC598D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC598D; }

 p { color: rgb(220,89,141); }

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

background-color css

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

 a { background-color: rgb(220,89,141); }

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

border-color css

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

 span { border-color: rgb(220,89,141); }

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