#D45292

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

Shades of Mulberry #D45292

Tints of Mulberry #D45292

Color information

#D45292 (or 0xD45292) is unknown color: approx Mulberry. HEX triplet: D4, 52 and 92. RGB value is (212,82,146). Sum of RGB (Red+Green+Blue) = 212+82+146=440 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.18% from 440); Green value is 82 (32.42% from 255 or 18.64% from 440); Blue value is 146 (57.42% from 255 or 33.18% from 440); Max value from RGB is 212 - color contains mainly: red. Hex color #D45292 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D45292 is #2BAD6D. Grayscale: #808080. Windows color (decimal): -2862446 or 9589460. OLE color: 9589460.

HSL color Cylindrical-coordinate representation of color #D45292: hue angle of 330.46º 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 #D45292 is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB21282146-
CMYK00.610.310.17
HSL330.46º60.19%57.65%-
HSV(B)330.46º61.32%83.14%-
XYZ35.3622.1129.6-
YUV128.17138.07187.8-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 48.18%
GREEN value IS 82 (32.42% from 255) = 18.64%
BLUE value IS 146 (57.42% from 255) = 33.18%
R=48.18%
G=18.64%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2128214600.610.310.17330.4660.1957.65
HexD4529203D1F1114a3c3a
Octal32412222207537215127472
Binary1101010010100101001001001111011111110001101001010111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45292; }

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

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

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

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

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

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

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

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