Html Css Color HEX #DC5092 Mulberry

📋 copy color: '#DC5092'

red 220 ◦ green 80 ◦ blue 146

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

Shades of Mulberry #DC5092

Tints of Mulberry #DC5092

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.94%

 BLUE value IS 146 (57.42% from 255) = 32.74%

R = 49.33%
G = 17.94%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DC5092 (or 0xDC5092) is known color: Mulberry. HEX triplet: DC, 50 and 92. RGB value is (220,80,146). Sum of RGB (Red+Green+Blue) = 220+80+146=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 80 (31.64% from 255 or 17.94% from 446); Blue value is 146 (57.42% from 255 or 32.74% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5092 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5092 is #23AF6D. Grayscale: #818181. Windows color (decimal): -2338670 or 9588956. OLE color: 9588956.

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

Color convert

RGB 220 80 146 -
CMYK 0 0.64 0.34 0.14
HSL 331.71º 0.67% 0.59% -
HSV(B) 331.71º 0.64% 0.86% -
XYZ 37.57 23.03 29.66 -
YUV 129.38 137.38 192.63 -
System Red Green Blue C M Y K H S L
Decimal 220 80 146 0 0.64 0.34 0.14 331.71 0.67 0.59
Hex DC 50 92 0 40 22 E 14C 43 3B
Octal 334 120 222 0 100 42 16 514 103 73
Binary 11011100 1010000 10010010 0 1000000 100010 1110 101001100 1000011 111011

Color Harmonies of #DC5092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5092

Black with #DC5092

Text Example


Text Example

White with #DC5092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5092; }

 p { color: rgb(220,80,146); }

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

background-color css

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

 a { background-color: rgb(220,80,146); }

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

border-color css

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

 span { border-color: rgb(220,80,146); }

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