#D250A5

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

Shades of Mulberry #D250A5

Tints of Mulberry #D250A5

Color information

#D250A5 (or 0xD250A5) is unknown color: approx Mulberry. HEX triplet: D2, 50 and A5. RGB value is (210,80,165). Sum of RGB (Red+Green+Blue) = 210+80+165=455 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.15% from 455); Green value is 80 (31.64% from 255 or 17.58% from 455); Blue value is 165 (64.84% from 255 or 36.26% from 455); Max value from RGB is 210 - color contains mainly: red. Hex color #D250A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D250A5 is #2DAF5A. Grayscale: #808080. Windows color (decimal): -2994011 or 10834130. OLE color: 10834130.

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

Color convert

RGB21080165-
CMYK00.620.210.18
HSL320.77º59.09%56.86%-
HSV(B)320.77º61.9%82.35%-
XYZ36.2422.1637.96-
YUV128.56148.57186.09-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.15%
GREEN value IS 80 (31.64% from 255) = 17.58%
BLUE value IS 165 (64.84% from 255) = 36.26%
R=46.15%
G=17.58%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2108016500.620.210.18320.7759.0956.86
HexD250A503E15121413b39
Octal32212024507625225017371
Binary1101001010100001010010101111101010110010101000001111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D250A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D250A5; }

 p { color: rgb(210,80,165); }

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

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

 a { background-color: rgb(210,80,165); }

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

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

 span { border-color: rgb(210,80,165); }

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