#D6468F

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

Shades of Mulberry #D6468F

Tints of Mulberry #D6468F

Color information

#D6468F (or 0xD6468F) is unknown color: approx Mulberry. HEX triplet: D6, 46 and 8F. RGB value is (214,70,143). Sum of RGB (Red+Green+Blue) = 214+70+143=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 70 (27.73% from 255 or 16.39% from 427); Blue value is 143 (56.25% from 255 or 33.49% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D6468F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6468F is #29B970. Grayscale: #797979. Windows color (decimal): -2734449 or 9389782. OLE color: 9389782.

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

Color convert

RGB21470143-
CMYK00.670.330.16
HSL329.58º63.72%55.69%-
HSV(B)329.58º67.29%83.92%-
XYZ34.8820.6628.14-
YUV121.38140.21194.06-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.12%
GREEN value IS 70 (27.73% from 255) = 16.39%
BLUE value IS 143 (56.25% from 255) = 33.49%
R=50.12%
G=16.39%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2147014300.670.330.16329.5863.7255.69
HexD6468F043211014a4038
Octal3261062170103412051210070
Binary1101011010001101000111101000011100001100001010010101000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6468F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6468F; }

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

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

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

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

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

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

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

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