#DE50A3

Color #DE50A3 Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #DE50A3

Tints of Mulberry #DE50A3

Color information

#DE50A3 (or 0xDE50A3) is unknown color: approx Mulberry. HEX triplet: DE, 50 and A3. RGB value is (222,80,163). Sum of RGB (Red+Green+Blue) = 222+80+163=465 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.74% from 465); Green value is 80 (31.64% from 255 or 17.20% from 465); Blue value is 163 (64.06% from 255 or 35.05% from 465); Max value from RGB is 222 - color contains mainly: red. Hex color #DE50A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE50A3 is #21AF5C. Grayscale: #838383. Windows color (decimal): -2207581 or 10703070. OLE color: 10703070.

HSL color Cylindrical-coordinate representation of color #DE50A3: hue angle of 324.93º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DE50A3 is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB22280163-
CMYK00.640.270.13
HSL324.93º68.27%59.22%-
HSV(B)324.93º63.96%87.06%-
XYZ39.623.9137.18-
YUV131.92145.54192.25-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.74%
GREEN value IS 80 (31.64% from 255) = 17.20%
BLUE value IS 163 (64.06% from 255) = 35.05%
R=47.74%
G=17.20%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2228016300.640.270.13324.9368.2759.22
HexDE50A30401BD145443b
Octal3361202430100331550510473
Binary11011110101000010100011010000001101111011010001011000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE50A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE50A3; }

 p { color: rgb(222,80,163); }

 H1.HeaderClassName
 {
   color: #DE50A3;
 }
 .AnyTagClassName
 {
   color: #DE50A3;
 }
</style>
background-color css

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

 a { background-color: rgb(222,80,163); }

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

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

 span { border-color: rgb(222,80,163); }

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