Html Css Color HEX #DC5298 Mulberry

📋 copy color: '#DC5298'

red 220 ◦ green 82 ◦ blue 152

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

Shades of Mulberry #DC5298

Tints of Mulberry #DC5298

RGB

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

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

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

R = 48.46%
G = 18.06%
B = 33.48%

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

#DC5298 (or 0xDC5298) is known color: Mulberry. HEX triplet: DC, 52 and 98. RGB value is (220,82,152). Sum of RGB (Red+Green+Blue) = 220+82+152=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 82 (32.42% from 255 or 18.06% from 454); Blue value is 152 (59.77% from 255 or 33.48% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5298 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5298 is #23AD67. Grayscale: #838383. Windows color (decimal): -2338152 or 9982684. OLE color: 9982684.

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

Color convert

RGB 220 82 152 -
CMYK 0 0.63 0.31 0.14
HSL 329.57º 0.66% 0.59% -
HSV(B) 329.57º 0.63% 0.86% -
XYZ 38.2 23.52 32.23 -
YUV 131.24 139.72 191.31 -
System Red Green Blue C M Y K H S L
Decimal 220 82 152 0 0.63 0.31 0.14 329.57 0.66 0.59
Hex DC 52 98 0 3F 1F E 14A 42 3B
Octal 334 122 230 0 77 37 16 512 102 73
Binary 11011100 1010010 10011000 0 111111 11111 1110 101001010 1000010 111011

Color Harmonies of #DC5298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5298

Black with #DC5298

Text Example


Text Example

White with #DC5298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5298; }

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

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

background-color css

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

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

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

border-color css

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

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

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