#D645A0

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

Shades of Mulberry #D645A0

Tints of Mulberry #D645A0

Color information

#D645A0 (or 0xD645A0) is unknown color: approx Mulberry. HEX triplet: D6, 45 and A0. RGB value is (214,69,160). Sum of RGB (Red+Green+Blue) = 214+69+160=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 69 (27.34% from 255 or 15.58% from 443); Blue value is 160 (62.89% from 255 or 36.12% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D645A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D645A0 is #29BA5F. Grayscale: #7A7A7A. Windows color (decimal): -2734688 or 10503638. OLE color: 10503638.

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

Color convert

RGB21469160-
CMYK00.680.250.16
HSL322.34º63.88%55.49%-
HSV(B)322.34º67.76%83.92%-
XYZ36.221.0935.42-
YUV122.73149.04193.1-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.31%
GREEN value IS 69 (27.34% from 255) = 15.58%
BLUE value IS 160 (62.89% from 255) = 36.12%
R=48.31%
G=15.58%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2146916000.680.250.16322.3463.8855.49
HexD645A004419101424037
Octal3261052400104312050210067
Binary110101101000101101000000100010011001100001010000101000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D645A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D645A0; }

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

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

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

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

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

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

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

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