#D655AC

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

Shades of Mulberry #D655AC

Tints of Mulberry #D655AC

Color information

#D655AC (or 0xD655AC) is unknown color: approx Mulberry. HEX triplet: D6, 55 and AC. RGB value is (214,85,172). Sum of RGB (Red+Green+Blue) = 214+85+172=471 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.44% from 471); Green value is 85 (33.59% from 255 or 18.05% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 214 - color contains mainly: red. Hex color #D655AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D655AC is #29AA53. Grayscale: #858585. Windows color (decimal): -2730580 or 11294166. OLE color: 11294166.

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

Color convert

RGB21485172-
CMYK00.600.200.16
HSL319.53º61.14%58.63%-
HSV(B)319.53º60.28%83.92%-
XYZ38.4323.7741.59-
YUV133.49149.74185.43-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.44%
GREEN value IS 85 (33.59% from 255) = 18.05%
BLUE value IS 172 (67.58% from 255) = 36.52%
R=45.44%
G=18.05%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2148517200.600.200.16319.5361.1458.63
HexD655AC03C14101403d3b
Octal32612525407424205007573
Binary1101011010101011010110001111001010010000101000000111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D655AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D655AC; }

 p { color: rgb(214,85,172); }

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

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

 a { background-color: rgb(214,85,172); }

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

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

 span { border-color: rgb(214,85,172); }

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