#D14297

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

Shades of Mulberry #D14297

Tints of Mulberry #D14297

Color information

#D14297 (or 0xD14297) is unknown color: approx Mulberry. HEX triplet: D1, 42 and 97. RGB value is (209,66,151). Sum of RGB (Red+Green+Blue) = 209+66+151=426 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.06% from 426); Green value is 66 (26.17% from 255 or 15.49% from 426); Blue value is 151 (59.38% from 255 or 35.45% from 426); Max value from RGB is 209 - color contains mainly: red. Hex color #D14297 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14297 is #2EBD68. Grayscale: #767676. Windows color (decimal): -3063145 or 9913041. OLE color: 9913041.

HSL color Cylindrical-coordinate representation of color #D14297: hue angle of 324.34º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D14297 is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB20966151-
CMYK00.680.280.18
HSL324.34º60.85%53.92%-
HSV(B)324.34º68.42%81.96%-
XYZ33.8319.6931.29-
YUV118.45146.38192.59-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.06%
GREEN value IS 66 (26.17% from 255) = 15.49%
BLUE value IS 151 (59.38% from 255) = 35.45%
R=49.06%
G=15.49%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096615100.680.280.18324.3460.8553.92
HexD142970441C121443d36
Octal321102227010434225047566
Binary11010001100001010010111010001001110010010101000100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14297; }

 p { color: rgb(209,66,151); }

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

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

 a { background-color: rgb(209,66,151); }

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

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

 span { border-color: rgb(209,66,151); }

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