#D23DA0

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

Shades of Mulberry #D23DA0

Tints of Mulberry #D23DA0

Color information

#D23DA0 (or 0xD23DA0) is unknown color: approx Mulberry. HEX triplet: D2, 3D and A0. RGB value is (210,61,160). Sum of RGB (Red+Green+Blue) = 210+61+160=431 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.72% from 431); Green value is 61 (24.22% from 255 or 14.15% from 431); Blue value is 160 (62.89% from 255 or 37.12% from 431); Max value from RGB is 210 - color contains mainly: red. Hex color #D23DA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23DA0 is #2DC25F. Grayscale: #747474. Windows color (decimal): -2998880 or 10501586. OLE color: 10501586.

HSL color Cylindrical-coordinate representation of color #D23DA0: hue angle of 320.13º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D23DA0 is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB21061160-
CMYK00.710.240.18
HSL320.13º62.34%53.14%-
HSV(B)320.13º70.95%82.35%-
XYZ34.5919.5835.21-
YUV116.84152.36194.45-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 48.72%
GREEN value IS 61 (24.22% from 255) = 14.15%
BLUE value IS 160 (62.89% from 255) = 37.12%
R=48.72%
G=14.15%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2106116000.710.240.18320.1362.3453.14
HexD23DA004718121403e35
Octal32275240010730225007665
Binary1101001011110110100000010001111100010010101000000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D23DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D23DA0; }

 p { color: rgb(210,61,160); }

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

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

 a { background-color: rgb(210,61,160); }

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

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

 span { border-color: rgb(210,61,160); }

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