#D6489A

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

Shades of Mulberry #D6489A

Tints of Mulberry #D6489A

Color information

#D6489A (or 0xD6489A) is unknown color: approx Mulberry. HEX triplet: D6, 48 and 9A. RGB value is (214,72,154). Sum of RGB (Red+Green+Blue) = 214+72+154=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 72 (28.52% from 255 or 16.36% from 440); Blue value is 154 (60.55% from 255 or 35% from 440); Max value from RGB is 214 - color contains mainly: red. Hex color #D6489A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6489A is #29B765. Grayscale: #7B7B7B. Windows color (decimal): -2733926 or 10111190. OLE color: 10111190.

HSL color Cylindrical-coordinate representation of color #D6489A: hue angle of 325.35º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D6489A is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB21472154-
CMYK00.660.280.16
HSL325.35º63.39%56.08%-
HSV(B)325.35º66.36%83.92%-
XYZ35.8821.2632.79-
YUV123.81145.04192.33-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.64%
GREEN value IS 72 (28.52% from 255) = 16.36%
BLUE value IS 154 (60.55% from 255) = 35%
R=48.64%
G=16.36%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2147215400.660.280.16325.3563.3956.08
HexD6489A0421C101453f38
Octal326110232010234205057770
Binary11010110100100010011010010000101110010000101000101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6489A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6489A; }

 p { color: rgb(214,72,154); }

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

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

 a { background-color: rgb(214,72,154); }

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

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

 span { border-color: rgb(214,72,154); }

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