#D452A5

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

Shades of Mulberry #D452A5

Tints of Mulberry #D452A5

Color information

#D452A5 (or 0xD452A5) is unknown color: approx Mulberry. HEX triplet: D4, 52 and A5. RGB value is (212,82,165). Sum of RGB (Red+Green+Blue) = 212+82+165=459 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.19% from 459); Green value is 82 (32.42% from 255 or 17.86% from 459); Blue value is 165 (64.84% from 255 or 35.95% from 459); Max value from RGB is 212 - color contains mainly: red. Hex color #D452A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D452A5 is #2BAD5A. Grayscale: #828282. Windows color (decimal): -2862427 or 10834644. OLE color: 10834644.

HSL color Cylindrical-coordinate representation of color #D452A5: hue angle of 321.69º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D452A5 is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.17.

Color convert

RGB21282165-
CMYK00.610.220.17
HSL321.69º60.19%57.65%-
HSV(B)321.69º61.32%83.14%-
XYZ36.9622.7538.04-
YUV130.33147.57186.25-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.19%
GREEN value IS 82 (32.42% from 255) = 17.86%
BLUE value IS 165 (64.84% from 255) = 35.95%
R=46.19%
G=17.86%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.22
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2128216500.610.220.17321.6960.1957.65
HexD452A503D16111423c3a
Octal32412224507526215027472
Binary1101010010100101010010101111011011010001101000010111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D452A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D452A5; }

 p { color: rgb(212,82,165); }

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

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

 a { background-color: rgb(212,82,165); }

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

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

 span { border-color: rgb(212,82,165); }

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