Html Css Color HEX #DC5198 Mulberry

📋 copy color: '#DC5198'

red 220 ◦ green 81 ◦ blue 152

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

Shades of Mulberry #DC5198

Tints of Mulberry #DC5198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 33.55%

R = 48.57%
G = 17.88%
B = 33.55%

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

#DC5198 (or 0xDC5198) is known color: Mulberry. HEX triplet: DC, 51 and 98. RGB value is (220,81,152). Sum of RGB (Red+Green+Blue) = 220+81+152=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 81 (32.03% from 255 or 17.88% from 453); Blue value is 152 (59.77% from 255 or 33.55% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5198 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5198 is #23AE67. Grayscale: #828282. Windows color (decimal): -2338408 or 9982428. OLE color: 9982428.

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

Color convert

RGB 220 81 152 -
CMYK 0 0.63 0.31 0.14
HSL 329.35º 0.67% 0.59% -
HSV(B) 329.35º 0.63% 0.86% -
XYZ 38.13 23.37 32.21 -
YUV 130.66 140.05 191.73 -
System Red Green Blue C M Y K H S L
Decimal 220 81 152 0 0.63 0.31 0.14 329.35 0.67 0.59
Hex DC 51 98 0 3F 1F E 149 43 3B
Octal 334 121 230 0 77 37 16 511 103 73
Binary 11011100 1010001 10011000 0 111111 11111 1110 101001001 1000011 111011

Color Harmonies of #DC5198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5198

Black with #DC5198

Text Example


Text Example

White with #DC5198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5198; }

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

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

background-color css

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

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

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

border-color css

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

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

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