Html Css Color HEX #DC5197 Mulberry

📋 copy color: '#DC5197'

red 220 ◦ green 81 ◦ blue 151

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

Shades of Mulberry #DC5197

Tints of Mulberry #DC5197

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.92%

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

R = 48.67%
G = 17.92%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DC5197 (or 0xDC5197) is known color: Mulberry. HEX triplet: DC, 51 and 97. RGB value is (220,81,151). Sum of RGB (Red+Green+Blue) = 220+81+151=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 81 (32.03% from 255 or 17.92% from 452); Blue value is 151 (59.38% from 255 or 33.41% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5197 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5197 is #23AE68. Grayscale: #828282. Windows color (decimal): -2338409 or 9916892. OLE color: 9916892.

HSL color Cylindrical-coordinate representation of color #DC5197: hue angle of 329.78º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC5197 is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 81 151 -
CMYK 0 0.63 0.31 0.14
HSL 329.78º 0.67% 0.59% -
HSV(B) 329.78º 0.63% 0.86% -
XYZ 38.04 23.33 31.78 -
YUV 130.54 139.55 191.81 -
System Red Green Blue C M Y K H S L
Decimal 220 81 151 0 0.63 0.31 0.14 329.78 0.67 0.59
Hex DC 51 97 0 3F 1F E 14A 43 3B
Octal 334 121 227 0 77 37 16 512 103 73
Binary 11011100 1010001 10010111 0 111111 11111 1110 101001010 1000011 111011

Color Harmonies of #DC5197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5197

Black with #DC5197

Text Example


Text Example

White with #DC5197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5197; }

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

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

background-color css

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

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

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

border-color css

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

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

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