#D63DA8

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

Shades of Mulberry #D63DA8

Tints of Mulberry #D63DA8

Color information

#D63DA8 (or 0xD63DA8) is unknown color: approx Mulberry. HEX triplet: D6, 3D and A8. RGB value is (214,61,168). Sum of RGB (Red+Green+Blue) = 214+61+168=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 61 (24.22% from 255 or 13.77% from 443); Blue value is 168 (66.02% from 255 or 37.92% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D63DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63DA8 is #29C257. Grayscale: #767676. Windows color (decimal): -2736728 or 11025878. OLE color: 11025878.

HSL color Cylindrical-coordinate representation of color #D63DA8: hue angle of 318.04º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D63DA8 is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB21461168-
CMYK00.710.210.16
HSL318.04º65.11%53.92%-
HSV(B)318.04º71.5%83.92%-
XYZ36.4720.4639.07-
YUV118.94155.69195.8-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.31%
GREEN value IS 61 (24.22% from 255) = 13.77%
BLUE value IS 168 (66.02% from 255) = 37.92%
R=48.31%
G=13.77%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2146116800.710.210.16318.0465.1153.92
HexD63DA8047151013e4136
Octal326752500107252047610166
Binary11010110111101101010000100011110101100001001111101000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63DA8; }

 p { color: rgb(214,61,168); }

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

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

 a { background-color: rgb(214,61,168); }

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

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

 span { border-color: rgb(214,61,168); }

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