#d64198

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

Shades of Mulberry #D64198

Tints of Mulberry #D64198

Color information

#D64198 (or 0xD64198) is unknown color: approx Mulberry. HEX triplet: D6, 41 and 98. RGB value is (214,65,152). Sum of RGB (Red+Green+Blue) = 214+65+152=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 65 (25.78% from 255 or 15.08% from 431); Blue value is 152 (59.77% from 255 or 35.27% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D64198 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64198 is #29BE67. Grayscale: #777777. Windows color (decimal): -2735720 or 9978326. OLE color: 9978326.

HSL color Cylindrical-coordinate representation of color #D64198: hue angle of 324.97º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D64198 is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB21465152-
CMYK00.700.290.16
HSL324.97º64.5%54.71%-
HSV(B)324.97º69.63%83.92%-
XYZ35.2920.3431.77-
YUV119.47146.36195.43-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.65%
GREEN value IS 65 (25.78% from 255) = 15.08%
BLUE value IS 152 (59.77% from 255) = 35.27%
R=49.65%
G=15.08%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2146515200.700.290.16324.9764.554.71
HexD641980461D101454137
Octal3261012300106352050510167
Binary110101101000001100110000100011011101100001010001011000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d64198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d64198; }

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

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

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

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

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

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

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

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