Html Css Color HEX #DC5697 Mulberry

📋 copy color: '#DC5697'

red 220 ◦ green 86 ◦ blue 151

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

Shades of Mulberry #DC5697

Tints of Mulberry #DC5697

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 33.04%

R = 48.14%
G = 18.82%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DC5697 (or 0xDC5697) is known color: Mulberry. HEX triplet: DC, 56 and 97. RGB value is (220,86,151). Sum of RGB (Red+Green+Blue) = 220+86+151=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 86 (33.98% from 255 or 18.82% from 457); Blue value is 151 (59.38% from 255 or 33.04% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5697 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5697 is #23A968. Grayscale: #858585. Windows color (decimal): -2337129 or 9918172. OLE color: 9918172.

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

Color convert

RGB 220 86 151 -
CMYK 0 0.61 0.31 0.14
HSL 330.9º 0.66% 0.6% -
HSV(B) 330.9º 0.61% 0.86% -
XYZ 38.43 24.11 31.91 -
YUV 133.48 137.89 189.71 -
System Red Green Blue C M Y K H S L
Decimal 220 86 151 0 0.61 0.31 0.14 330.9 0.66 0.6
Hex DC 56 97 0 3D 1F E 14B 42 3C
Octal 334 126 227 0 75 37 16 513 102 74
Binary 11011100 1010110 10010111 0 111101 11111 1110 101001011 1000010 111100

Color Harmonies of #DC5697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5697

Black with #DC5697

Text Example


Text Example

White with #DC5697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5697; }

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

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

background-color css

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

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

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

border-color css

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

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

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