#d0448f

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

Shades of Mulberry #D0448F

Tints of Mulberry #D0448F

Color information

#D0448F (or 0xD0448F) is unknown color: approx Mulberry. HEX triplet: D0, 44 and 8F. RGB value is (208,68,143). Sum of RGB (Red+Green+Blue) = 208+68+143=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 68 (26.95% from 255 or 16.23% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D0448F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0448F is #2FBB70. Grayscale: #767676. Windows color (decimal): -3128177 or 9389264. OLE color: 9389264.

HSL color Cylindrical-coordinate representation of color #D0448F: hue angle of 327.86º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D0448F is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB20868143-
CMYK00.670.310.18
HSL327.86º59.83%54.12%-
HSV(B)327.86º67.31%81.57%-
XYZ33.0419.5328.01-
YUV118.41141.88191.9-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 49.64%
GREEN value IS 68 (26.95% from 255) = 16.23%
BLUE value IS 143 (56.25% from 255) = 34.13%
R=49.64%
G=16.23%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2086814300.670.310.18327.8659.8354.12
HexD0448F0431F121483c36
Octal320104217010337225107466
Binary11010000100010010001111010000111111110010101001000111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d0448f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d0448f; }

 p { color: rgb(208,68,143); }

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

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

 a { background-color: rgb(208,68,143); }

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

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

 span { border-color: rgb(208,68,143); }

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