#D6488F

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

Shades of Mulberry #D6488F

Tints of Mulberry #D6488F

Color information

#D6488F (or 0xD6488F) is unknown color: approx Mulberry. HEX triplet: D6, 48 and 8F. RGB value is (214,72,143). Sum of RGB (Red+Green+Blue) = 214+72+143=429 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.88% from 429); Green value is 72 (28.52% from 255 or 16.78% from 429); Blue value is 143 (56.25% from 255 or 33.33% from 429); Max value from RGB is 214 - color contains mainly: red. Hex color #D6488F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6488F is #29B770. Grayscale: #7A7A7A. Windows color (decimal): -2733937 or 9390294. OLE color: 9390294.

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

Color convert

RGB21472143-
CMYK00.660.330.16
HSL330º63.39%56.08%-
HSV(B)330º66.36%83.92%-
XYZ35.0120.9128.18-
YUV122.55139.54193.23-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.88%
GREEN value IS 72 (28.52% from 255) = 16.78%
BLUE value IS 143 (56.25% from 255) = 33.33%
R=49.88%
G=16.78%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2147214300.660.330.1633063.3956.08
HexD6488F042211014a3f38
Octal326110217010241205127770
Binary110101101001000100011110100001010000110000101001010111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6488F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6488F; }

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

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

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

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

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

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

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

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