Html Css Color HEX #DC5299 Mulberry

📋 copy color: '#DC5299'

red 220 ◦ green 82 ◦ blue 153

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

Shades of Mulberry #DC5299

Tints of Mulberry #DC5299

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.02%

 BLUE value IS 153 (60.16% from 255) = 33.63%

R = 48.35%
G = 18.02%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DC5299 (or 0xDC5299) is known color: Mulberry. HEX triplet: DC, 52 and 99. RGB value is (220,82,153). Sum of RGB (Red+Green+Blue) = 220+82+153=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 82 (32.42% from 255 or 18.02% from 455); Blue value is 153 (60.16% from 255 or 33.63% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5299 is #23AD66. Grayscale: #838383. Windows color (decimal): -2338151 or 10048220. OLE color: 10048220.

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

Color convert

RGB 220 82 153 -
CMYK 0 0.63 0.30 0.14
HSL 329.13º 0.66% 0.59% -
HSV(B) 329.13º 0.63% 0.86% -
XYZ 38.28 23.55 32.66 -
YUV 131.36 140.22 191.23 -
System Red Green Blue C M Y K H S L
Decimal 220 82 153 0 0.63 0.30 0.14 329.13 0.66 0.59
Hex DC 52 99 0 3F 1E E 149 42 3B
Octal 334 122 231 0 77 36 16 511 102 73
Binary 11011100 1010010 10011001 0 111111 11110 1110 101001001 1000010 111011

Color Harmonies of #DC5299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5299

Black with #DC5299

Text Example


Text Example

White with #DC5299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5299; }

 p { color: rgb(220,82,153); }

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

background-color css

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

 a { background-color: rgb(220,82,153); }

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

border-color css

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

 span { border-color: rgb(220,82,153); }

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