Html Css Color HEX #DC5690 Dark Pink

📋 copy color: '#DC5690'

red 220 ◦ green 86 ◦ blue 144

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

Shades of Dark Pink #DC5690

Tints of Dark Pink #DC5690

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.11%

 BLUE value IS 144 (56.64% from 255) = 32%

R = 48.89%
G = 19.11%
B = 32%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC5690 (or 0xDC5690) is known color: Dark Pink. HEX triplet: DC, 56 and 90. RGB value is (220,86,144). Sum of RGB (Red+Green+Blue) = 220+86+144=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 86 (33.98% from 255 or 19.11% from 450); Blue value is 144 (56.64% from 255 or 32% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5690 is #23A96F. Grayscale: #848484. Windows color (decimal): -2337136 or 9459420. OLE color: 9459420.

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

Color convert

RGB 220 86 144 -
CMYK 0 0.61 0.35 0.14
HSL 334.03º 0.66% 0.6% -
HSV(B) 334.03º 0.61% 0.86% -
XYZ 37.88 23.88 29 -
YUV 132.68 134.39 190.28 -
System Red Green Blue C M Y K H S L
Decimal 220 86 144 0 0.61 0.35 0.14 334.03 0.66 0.6
Hex DC 56 90 0 3D 23 E 14E 42 3C
Octal 334 126 220 0 75 43 16 516 102 74
Binary 11011100 1010110 10010000 0 111101 100011 1110 101001110 1000010 111100

Color Harmonies of #DC5690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5690

Black with #DC5690

Text Example


Text Example

White with #DC5690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5690; }

 p { color: rgb(220,86,144); }

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

background-color css

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

 a { background-color: rgb(220,86,144); }

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

border-color css

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

 span { border-color: rgb(220,86,144); }

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