#d85692

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

Shades of Mulberry #D85692

Tints of Mulberry #D85692

Color information

#D85692 (or 0xD85692) is unknown color: approx Mulberry. HEX triplet: D8, 56 and 92. RGB value is (216,86,146). Sum of RGB (Red+Green+Blue) = 216+86+146=448 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.21% from 448); Green value is 86 (33.98% from 255 or 19.20% from 448); Blue value is 146 (57.42% from 255 or 32.59% from 448); Max value from RGB is 216 - color contains mainly: red. Hex color #D85692 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85692 is #27A96D. Grayscale: #838383. Windows color (decimal): -2599278 or 9590488. OLE color: 9590488.

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

Color convert

RGB21686146-
CMYK00.600.320.15
HSL332.31º62.5%59.22%-
HSV(B)332.31º60.19%84.71%-
XYZ36.8323.3329.76-
YUV131.71136.07188.12-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48.21%
GREEN value IS 86 (33.98% from 255) = 19.20%
BLUE value IS 146 (57.42% from 255) = 32.59%
R=48.21%
G=19.20%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2168614600.600.320.15332.3162.559.22
HexD8569203C20F14c3e3b
Octal33012622207440175147673
Binary1101100010101101001001001111001000001111101001100111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d85692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d85692; }

 p { color: rgb(216,86,146); }

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

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

 a { background-color: rgb(216,86,146); }

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

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

 span { border-color: rgb(216,86,146); }

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