#D5448A

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

Shades of Mulberry #D5448A

Tints of Mulberry #D5448A

Color information

#D5448A (or 0xD5448A) is unknown color: approx Mulberry. HEX triplet: D5, 44 and 8A. RGB value is (213,68,138). Sum of RGB (Red+Green+Blue) = 213+68+138=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 68 (26.95% from 255 or 16.23% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D5448A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5448A is #2ABB75. Grayscale: #777777. Windows color (decimal): -2800502 or 9061589. OLE color: 9061589.

HSL color Cylindrical-coordinate representation of color #D5448A: hue angle of 331.03º 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 #D5448A is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB21368138-
CMYK00.680.350.16
HSL331.03º63.32%55.1%-
HSV(B)331.03º68.08%83.53%-
XYZ34.120.1226.13-
YUV119.34138.54194.81-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.84%
GREEN value IS 68 (26.95% from 255) = 16.23%
BLUE value IS 138 (54.30% from 255) = 32.94%
R=50.84%
G=16.23%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136813800.680.350.16331.0363.3255.1
HexD5448A044231014b3f37
Octal325104212010443205137767
Binary110101011000100100010100100010010001110000101001011111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5448A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5448A; }

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

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

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

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

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

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

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

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