#D645AC

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

Shades of Mulberry #D645AC

Tints of Mulberry #D645AC

Color information

#D645AC (or 0xD645AC) is unknown color: approx Mulberry. HEX triplet: D6, 45 and AC. RGB value is (214,69,172). Sum of RGB (Red+Green+Blue) = 214+69+172=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 69 (27.34% from 255 or 15.16% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 214 - color contains mainly: red. Hex color #D645AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D645AC is #29BA53. Grayscale: #7B7B7B. Windows color (decimal): -2734676 or 11290070. OLE color: 11290070.

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

Color convert

RGB21469172-
CMYK00.680.200.16
HSL317.38º63.88%55.49%-
HSV(B)317.38º67.76%83.92%-
XYZ37.3121.5341.22-
YUV124.1155.04192.12-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.03%
GREEN value IS 69 (27.34% from 255) = 15.16%
BLUE value IS 172 (67.58% from 255) = 37.80%
R=47.03%
G=15.16%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2146917200.680.200.16317.3863.8855.49
HexD645AC044141013d4037
Octal3261052540104242047510067
Binary110101101000101101011000100010010100100001001111011000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D645AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D645AC; }

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

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

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

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

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

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

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

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