#D6498F

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

Shades of Mulberry #D6498F

Tints of Mulberry #D6498F

Color information

#D6498F (or 0xD6498F) is unknown color: approx Mulberry. HEX triplet: D6, 49 and 8F. RGB value is (214,73,143). Sum of RGB (Red+Green+Blue) = 214+73+143=430 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.77% from 430); Green value is 73 (28.91% from 255 or 16.98% from 430); Blue value is 143 (56.25% from 255 or 33.26% from 430); Max value from RGB is 214 - color contains mainly: red. Hex color #D6498F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6498F is #29B670. Grayscale: #7B7B7B. Windows color (decimal): -2733681 or 9390550. OLE color: 9390550.

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

Color convert

RGB21473143-
CMYK00.660.330.16
HSL330.21º63.23%56.27%-
HSV(B)330.21º65.89%83.92%-
XYZ35.0721.0428.2-
YUV123.14139.21192.81-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.77%
GREEN value IS 73 (28.91% from 255) = 16.98%
BLUE value IS 143 (56.25% from 255) = 33.26%
R=49.77%
G=16.98%
B=33.26%

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
Decimal2147314300.660.330.16330.2163.2356.27
HexD6498F042211014a3f38
Octal326111217010241205127770
Binary110101101001001100011110100001010000110000101001010111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6498F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6498F; }

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

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

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

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

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

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

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

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