#D555A1

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

Shades of Mulberry #D555A1

Tints of Mulberry #D555A1

Color information

#D555A1 (or 0xD555A1) is unknown color: approx Mulberry. HEX triplet: D5, 55 and A1. RGB value is (213,85,161). Sum of RGB (Red+Green+Blue) = 213+85+161=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 85 (33.59% from 255 or 18.52% from 459); Blue value is 161 (63.28% from 255 or 35.08% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D555A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D555A1 is #2AAA5E. Grayscale: #838383. Windows color (decimal): -2796127 or 10573269. OLE color: 10573269.

HSL color Cylindrical-coordinate representation of color #D555A1: hue angle of 324.38º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D555A1 is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB21385161-
CMYK00.600.240.16
HSL324.38º60.38%58.43%-
HSV(B)324.38º60.09%83.53%-
XYZ37.1223.2236.24-
YUV131.94144.41185.82-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.41%
GREEN value IS 85 (33.59% from 255) = 18.52%
BLUE value IS 161 (63.28% from 255) = 35.08%
R=46.41%
G=18.52%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138516100.600.240.16324.3860.3858.43
HexD555A103C18101443c3a
Octal32512524107430205047472
Binary1101010110101011010000101111001100010000101000100111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D555A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D555A1; }

 p { color: rgb(213,85,161); }

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

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

 a { background-color: rgb(213,85,161); }

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

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

 span { border-color: rgb(213,85,161); }

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