Html Css Color HEX #DC5395 Mulberry

📋 copy color: '#DC5395'

red 220 ◦ green 83 ◦ blue 149

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

Shades of Mulberry #DC5395

Tints of Mulberry #DC5395

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.36%

 BLUE value IS 149 (58.59% from 255) = 32.96%

R = 48.67%
G = 18.36%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DC5395 (or 0xDC5395) is known color: Mulberry. HEX triplet: DC, 53 and 95. RGB value is (220,83,149). Sum of RGB (Red+Green+Blue) = 220+83+149=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 83 (32.81% from 255 or 18.36% from 452); Blue value is 149 (58.59% from 255 or 32.96% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5395 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5395 is #23AC6A. Grayscale: #838383. Windows color (decimal): -2337899 or 9786332. OLE color: 9786332.

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

Color convert

RGB 220 83 149 -
CMYK 0 0.62 0.32 0.14
HSL 331.09º 0.66% 0.59% -
HSV(B) 331.09º 0.62% 0.86% -
XYZ 38.03 23.57 30.98 -
YUV 131.49 137.89 191.13 -
System Red Green Blue C M Y K H S L
Decimal 220 83 149 0 0.62 0.32 0.14 331.09 0.66 0.59
Hex DC 53 95 0 3E 20 E 14B 42 3B
Octal 334 123 225 0 76 40 16 513 102 73
Binary 11011100 1010011 10010101 0 111110 100000 1110 101001011 1000010 111011

Color Harmonies of #DC5395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5395

Black with #DC5395

Text Example


Text Example

White with #DC5395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5395; }

 p { color: rgb(220,83,149); }

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

background-color css

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

 a { background-color: rgb(220,83,149); }

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

border-color css

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

 span { border-color: rgb(220,83,149); }

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