#D53F9D

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

Shades of Mulberry #D53F9D

Tints of Mulberry #D53F9D

Color information

#D53F9D (or 0xD53F9D) is unknown color: approx Mulberry. HEX triplet: D5, 3F and 9D. RGB value is (213,63,157). Sum of RGB (Red+Green+Blue) = 213+63+157=433 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.19% from 433); Green value is 63 (25% from 255 or 14.55% from 433); Blue value is 157 (61.72% from 255 or 36.26% from 433); Max value from RGB is 213 - color contains mainly: red. Hex color #D53F9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53F9D is #2AC062. Grayscale: #767676. Windows color (decimal): -2801763 or 10305493. OLE color: 10305493.

HSL color Cylindrical-coordinate representation of color #D53F9D: hue angle of 322.4º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D53F9D is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB21363157-
CMYK00.700.260.16
HSL322.4º64.1%54.12%-
HSV(B)322.4º70.42%83.53%-
XYZ35.320.1433.92-
YUV118.57149.7195.36-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.19%
GREEN value IS 63 (25% from 255) = 14.55%
BLUE value IS 157 (61.72% from 255) = 36.26%
R=49.19%
G=14.55%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136315700.700.260.16322.464.154.12
HexD53F9D0461A101424036
Octal325772350106322050210066
Binary11010101111111100111010100011011010100001010000101000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53F9D; }

 p { color: rgb(213,63,157); }

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

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

 a { background-color: rgb(213,63,157); }

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

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

 span { border-color: rgb(213,63,157); }

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