#D5448F

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

Shades of Mulberry #D5448F

Tints of Mulberry #D5448F

Color information

#D5448F (or 0xD5448F) is unknown color: approx Mulberry. HEX triplet: D5, 44 and 8F. RGB value is (213,68,143). Sum of RGB (Red+Green+Blue) = 213+68+143=424 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.24% from 424); Green value is 68 (26.95% from 255 or 16.04% from 424); Blue value is 143 (56.25% from 255 or 33.73% from 424); Max value from RGB is 213 - color contains mainly: red. Hex color #D5448F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5448F is #2ABB70. Grayscale: #777777. Windows color (decimal): -2800497 or 9389269. OLE color: 9389269.

HSL color Cylindrical-coordinate representation of color #D5448F: hue angle of 328.97º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D5448F is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB21368143-
CMYK00.680.330.16
HSL328.97º63.32%55.1%-
HSV(B)328.97º68.08%83.53%-
XYZ34.4720.2628.08-
YUV119.9141.04194.4-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.24%
GREEN value IS 68 (26.95% from 255) = 16.04%
BLUE value IS 143 (56.25% from 255) = 33.73%
R=50.24%
G=16.04%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136814300.680.330.16328.9763.3255.1
HexD5448F04421101493f37
Octal325104217010441205117767
Binary110101011000100100011110100010010000110000101001001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5448F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5448F; }

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

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

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

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

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

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

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

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