#D64798

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

Shades of Mulberry #D64798

Tints of Mulberry #D64798

Color information

#D64798 (or 0xD64798) is unknown color: approx Mulberry. HEX triplet: D6, 47 and 98. RGB value is (214,71,152). Sum of RGB (Red+Green+Blue) = 214+71+152=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 71 (28.12% from 255 or 16.25% from 437); Blue value is 152 (59.77% from 255 or 34.78% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D64798 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64798 is #29B867. Grayscale: #7A7A7A. Windows color (decimal): -2734184 or 9979862. OLE color: 9979862.

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

Color convert

RGB21471152-
CMYK00.670.290.16
HSL326.01º63.56%55.88%-
HSV(B)326.01º66.82%83.92%-
XYZ35.6521.0731.89-
YUV122.99144.38192.91-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.97%
GREEN value IS 71 (28.12% from 255) = 16.25%
BLUE value IS 152 (59.77% from 255) = 34.78%
R=48.97%
G=16.25%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2147115200.670.290.16326.0163.5655.88
HexD647980431D101464038
Octal3261072300103352050610070
Binary110101101000111100110000100001111101100001010001101000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64798; }

 p { color: rgb(214,71,152); }

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

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

 a { background-color: rgb(214,71,152); }

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

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

 span { border-color: rgb(214,71,152); }

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