#D7468C

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

Shades of Mulberry #D7468C

Tints of Mulberry #D7468C

Color information

#D7468C (or 0xD7468C) is unknown color: approx Mulberry. HEX triplet: D7, 46 and 8C. RGB value is (215,70,140). Sum of RGB (Red+Green+Blue) = 215+70+140=425 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.59% from 425); Green value is 70 (27.73% from 255 or 16.47% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 215 - color contains mainly: red. Hex color #D7468C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7468C is #28B973. Grayscale: #797979. Windows color (decimal): -2668916 or 9193175. OLE color: 9193175.

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

Color convert

RGB21570140-
CMYK00.670.350.16
HSL331.03º64.44%55.88%-
HSV(B)331.03º67.44%84.31%-
XYZ34.9520.7226.97-
YUV121.34138.54194.81-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 50.59%
GREEN value IS 70 (27.73% from 255) = 16.47%
BLUE value IS 140 (55.08% from 255) = 32.94%
R=50.59%
G=16.47%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2157014000.670.350.16331.0364.4455.88
HexD7468C043231014b4038
Octal3271062140103432051310070
Binary1101011110001101000110001000011100011100001010010111000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7468C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7468C; }

 p { color: rgb(215,70,140); }

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

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

 a { background-color: rgb(215,70,140); }

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

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

 span { border-color: rgb(215,70,140); }

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