#D645AB

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

Shades of Mulberry #D645AB

Tints of Mulberry #D645AB

Color information

#D645AB (or 0xD645AB) is unknown color: approx Mulberry. HEX triplet: D6, 45 and AB. RGB value is (214,69,171). Sum of RGB (Red+Green+Blue) = 214+69+171=454 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.14% from 454); Green value is 69 (27.34% from 255 or 15.20% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 214 - color contains mainly: red. Hex color #D645AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D645AB is #29BA54. Grayscale: #7B7B7B. Windows color (decimal): -2734677 or 11224534. OLE color: 11224534.

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

Color convert

RGB21469171-
CMYK00.680.200.16
HSL317.79º63.88%55.49%-
HSV(B)317.79º67.76%83.92%-
XYZ37.2121.4940.72-
YUV123.98154.54192.21-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.14%
GREEN value IS 69 (27.34% from 255) = 15.20%
BLUE value IS 171 (67.19% from 255) = 37.67%
R=47.14%
G=15.20%
B=37.67%

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
Decimal2146917100.680.200.16317.7963.8855.49
HexD645AB044141013e4037
Octal3261052530104242047610067
Binary110101101000101101010110100010010100100001001111101000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D645AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D645AB; }

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

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

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

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

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

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

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

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