Html Css Color HEX #DC5691 Dark Pink

📋 copy color: '#DC5691'

red 220 ◦ green 86 ◦ blue 145

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

Shades of Dark Pink #DC5691

Tints of Dark Pink #DC5691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 32.15%

R = 48.78%
G = 19.07%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DC5691 (or 0xDC5691) is known color: Dark Pink. HEX triplet: DC, 56 and 91. RGB value is (220,86,145). Sum of RGB (Red+Green+Blue) = 220+86+145=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 86 (33.98% from 255 or 19.07% from 451); Blue value is 145 (57.03% from 255 or 32.15% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5691 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5691 is #23A96E. Grayscale: #848484. Windows color (decimal): -2337135 or 9524956. OLE color: 9524956.

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

Color convert

RGB 220 86 145 -
CMYK 0 0.61 0.34 0.14
HSL 333.58º 0.66% 0.6% -
HSV(B) 333.58º 0.61% 0.86% -
XYZ 37.95 23.92 29.4 -
YUV 132.79 134.89 190.2 -
System Red Green Blue C M Y K H S L
Decimal 220 86 145 0 0.61 0.34 0.14 333.58 0.66 0.6
Hex DC 56 91 0 3D 22 E 14E 42 3C
Octal 334 126 221 0 75 42 16 516 102 74
Binary 11011100 1010110 10010001 0 111101 100010 1110 101001110 1000010 111100

Color Harmonies of #DC5691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5691

Black with #DC5691

Text Example


Text Example

White with #DC5691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5691; }

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

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

background-color css

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

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

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

border-color css

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

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

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