#D64298

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

Shades of Mulberry #D64298

Tints of Mulberry #D64298

Color information

#D64298 (or 0xD64298) is unknown color: approx Mulberry. HEX triplet: D6, 42 and 98. RGB value is (214,66,152). Sum of RGB (Red+Green+Blue) = 214+66+152=432 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.54% from 432); Green value is 66 (26.17% from 255 or 15.28% from 432); Blue value is 152 (59.77% from 255 or 35.19% from 432); Max value from RGB is 214 - color contains mainly: red. Hex color #D64298 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64298 is #29BD67. Grayscale: #777777. Windows color (decimal): -2735464 or 9978582. OLE color: 9978582.

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

Color convert

RGB21466152-
CMYK00.690.290.16
HSL325.14º64.35%54.9%-
HSV(B)325.14º69.16%83.92%-
XYZ35.3520.4631.79-
YUV120.06146.03195.01-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.54%
GREEN value IS 66 (26.17% from 255) = 15.28%
BLUE value IS 152 (59.77% from 255) = 35.19%
R=49.54%
G=15.28%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2146615200.690.290.16325.1464.3554.9
HexD642980451D101454037
Octal3261022300105352050510067
Binary110101101000010100110000100010111101100001010001011000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64298; }

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

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

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

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

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

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

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

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