#D95292

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

Shades of Mulberry #D95292

Tints of Mulberry #D95292

Color information

#D95292 (or 0xD95292) is unknown color: approx Mulberry. HEX triplet: D9, 52 and 92. RGB value is (217,82,146). Sum of RGB (Red+Green+Blue) = 217+82+146=445 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.76% from 445); Green value is 82 (32.42% from 255 or 18.43% from 445); Blue value is 146 (57.42% from 255 or 32.81% from 445); Max value from RGB is 217 - color contains mainly: red. Hex color #D95292 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95292 is #26AD6D. Grayscale: #818181. Windows color (decimal): -2534766 or 9589465. OLE color: 9589465.

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

Color convert

RGB21782146-
CMYK00.620.330.15
HSL331.56º63.98%58.63%-
HSV(B)331.56º62.21%85.1%-
XYZ36.8222.8629.67-
YUV129.66137.23190.3-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.76%
GREEN value IS 82 (32.42% from 255) = 18.43%
BLUE value IS 146 (57.42% from 255) = 32.81%
R=48.76%
G=18.43%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2178214600.620.330.15331.5663.9858.63
HexD9529203E21F14c403b
Octal331122222076411751410073
Binary11011001101001010010010011111010000111111010011001000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95292; }

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

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

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

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

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

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

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

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