#D14CAA

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

Shades of Mulberry #D14CAA

Tints of Mulberry #D14CAA

Color information

#D14CAA (or 0xD14CAA) is unknown color: approx Mulberry. HEX triplet: D1, 4C and AA. RGB value is (209,76,170). Sum of RGB (Red+Green+Blue) = 209+76+170=455 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.93% from 455); Green value is 76 (30.08% from 255 or 16.70% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 209 - color contains mainly: red. Hex color #D14CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14CAA is #2EB355. Grayscale: #7E7E7E. Windows color (decimal): -3060566 or 11160785. OLE color: 11160785.

HSL color Cylindrical-coordinate representation of color #D14CAA: hue angle of 317.59º 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 #D14CAA is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB20976170-
CMYK00.640.190.18
HSL317.59º59.11%55.88%-
HSV(B)317.59º63.64%81.96%-
XYZ36.1321.6340.3-
YUV126.48152.56186.86-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.93%
GREEN value IS 76 (30.08% from 255) = 16.70%
BLUE value IS 170 (66.80% from 255) = 37.36%
R=45.93%
G=16.70%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2097617000.640.190.18317.5959.1155.88
HexD14CAA040131213e3b38
Octal321114252010023224767370
Binary11010001100110010101010010000001001110010100111110111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14CAA; }

 p { color: rgb(209,76,170); }

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

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

 a { background-color: rgb(209,76,170); }

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

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

 span { border-color: rgb(209,76,170); }

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