#D65695

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

Shades of Mulberry #D65695

Tints of Mulberry #D65695

Color information

#D65695 (or 0xD65695) is unknown color: approx Mulberry. HEX triplet: D6, 56 and 95. RGB value is (214,86,149). Sum of RGB (Red+Green+Blue) = 214+86+149=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 86 (33.98% from 255 or 19.15% from 449); Blue value is 149 (58.59% from 255 or 33.18% from 449); Max value from RGB is 214 - color contains mainly: red. Hex color #D65695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65695 is #29A96A. Grayscale: #838383. Windows color (decimal): -2730347 or 9787094. OLE color: 9787094.

HSL color Cylindrical-coordinate representation of color #D65695: hue angle of 330.47º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D65695 is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB21486149-
CMYK00.600.300.16
HSL330.47º60.95%58.82%-
HSV(B)330.47º59.81%83.92%-
XYZ36.4823.1230.97-
YUV131.45137.91186.88-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.66%
GREEN value IS 86 (33.98% from 255) = 19.15%
BLUE value IS 149 (58.59% from 255) = 33.18%
R=47.66%
G=19.15%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2148614900.600.300.16330.4760.9558.82
HexD6569503C1E1014a3d3b
Octal32612622507436205127573
Binary1101011010101101001010101111001111010000101001010111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65695; }

 p { color: rgb(214,86,149); }

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

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

 a { background-color: rgb(214,86,149); }

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

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

 span { border-color: rgb(214,86,149); }

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