#D248A8

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

Shades of Mulberry #D248A8

Tints of Mulberry #D248A8

Color information

#D248A8 (or 0xD248A8) is unknown color: approx Mulberry. HEX triplet: D2, 48 and A8. RGB value is (210,72,168). Sum of RGB (Red+Green+Blue) = 210+72+168=450 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.67% from 450); Green value is 72 (28.52% from 255 or 16% from 450); Blue value is 168 (66.02% from 255 or 37.33% from 450); Max value from RGB is 210 - color contains mainly: red. Hex color #D248A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D248A8 is #2DB757. Grayscale: #7B7B7B. Windows color (decimal): -2996056 or 11028690. OLE color: 11028690.

HSL color Cylindrical-coordinate representation of color #D248A8: hue angle of 318.26º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D248A8 is Cyan = 0, Magento = 0.66, Yellow = 0.2 and Black (K on CMYK) = 0.18.

Color convert

RGB21072168-
CMYK00.660.20.18
HSL318.26º60.53%55.29%-
HSV(B)318.26º65.71%82.35%-
XYZ35.9621.1639.24-
YUV124.21152.72189.19-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.67%
GREEN value IS 72 (28.52% from 255) = 16%
BLUE value IS 168 (66.02% from 255) = 37.33%
R=46.67%
G=16%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.2
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2107216800.660.20.18318.2660.5355.29
HexD248A8042141213e3d37
Octal322110250010224224767567
Binary11010010100100010101000010000101010010010100111110111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D248A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D248A8; }

 p { color: rgb(210,72,168); }

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

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

 a { background-color: rgb(210,72,168); }

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

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

 span { border-color: rgb(210,72,168); }

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