Html Css Color HEX #DC5293 Mulberry

📋 copy color: '#DC5293'

red 220 ◦ green 82 ◦ blue 147

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

Shades of Mulberry #DC5293

Tints of Mulberry #DC5293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 32.74%

R = 49%
G = 18.26%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC5293 (or 0xDC5293) is known color: Mulberry. HEX triplet: DC, 52 and 93. RGB value is (220,82,147). Sum of RGB (Red+Green+Blue) = 220+82+147=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 82 (32.42% from 255 or 18.26% from 449); Blue value is 147 (57.81% from 255 or 32.74% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5293 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5293 is #23AD6C. Grayscale: #828282. Windows color (decimal): -2338157 or 9655004. OLE color: 9655004.

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

Color convert

RGB 220 82 147 -
CMYK 0 0.63 0.33 0.14
HSL 331.74º 0.66% 0.59% -
HSV(B) 331.74º 0.63% 0.86% -
XYZ 37.8 23.36 30.12 -
YUV 130.67 137.22 191.71 -
System Red Green Blue C M Y K H S L
Decimal 220 82 147 0 0.63 0.33 0.14 331.74 0.66 0.59
Hex DC 52 93 0 3F 21 E 14C 42 3B
Octal 334 122 223 0 77 41 16 514 102 73
Binary 11011100 1010010 10010011 0 111111 100001 1110 101001100 1000010 111011

Color Harmonies of #DC5293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5293

Black with #DC5293

Text Example


Text Example

White with #DC5293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5293; }

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

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

background-color css

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

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

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

border-color css

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

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

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