#D14B8B

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

Shades of Mulberry #D14B8B

Tints of Mulberry #D14B8B

Color information

#D14B8B (or 0xD14B8B) is unknown color: approx Mulberry. HEX triplet: D1, 4B and 8B. RGB value is (209,75,139). Sum of RGB (Red+Green+Blue) = 209+75+139=423 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.41% from 423); Green value is 75 (29.69% from 255 or 17.73% from 423); Blue value is 139 (54.69% from 255 or 32.86% from 423); Max value from RGB is 209 - color contains mainly: red. Hex color #D14B8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14B8B is #2EB474. Grayscale: #7A7A7A. Windows color (decimal): -3060853 or 9128913. OLE color: 9128913.

HSL color Cylindrical-coordinate representation of color #D14B8B: hue angle of 331.34º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D14B8B is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB20975139-
CMYK00.640.330.18
HSL331.34º59.29%55.69%-
HSV(B)331.34º64.11%81.96%-
XYZ33.4720.4526.61-
YUV122.36137.39189.8-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.41%
GREEN value IS 75 (29.69% from 255) = 17.73%
BLUE value IS 139 (54.69% from 255) = 32.86%
R=49.41%
G=17.73%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2097513900.640.330.18331.3459.2955.69
HexD14B8B040211214b3b38
Octal321113213010041225137370
Binary110100011001011100010110100000010000110010101001011111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14B8B; }

 p { color: rgb(209,75,139); }

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

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

 a { background-color: rgb(209,75,139); }

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

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

 span { border-color: rgb(209,75,139); }

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