#D65592

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

Shades of Mulberry #D65592

Tints of Mulberry #D65592

Color information

#D65592 (or 0xD65592) is unknown color: approx Mulberry. HEX triplet: D6, 55 and 92. RGB value is (214,85,146). Sum of RGB (Red+Green+Blue) = 214+85+146=445 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.09% from 445); Green value is 85 (33.59% from 255 or 19.10% from 445); Blue value is 146 (57.42% from 255 or 32.81% from 445); Max value from RGB is 214 - color contains mainly: red. Hex color #D65592 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65592 is #29AA6D. Grayscale: #828282. Windows color (decimal): -2730606 or 9590230. OLE color: 9590230.

HSL color Cylindrical-coordinate representation of color #D65592: hue angle of 331.63º 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 #D65592 is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB21485146-
CMYK00.600.320.16
HSL331.63º61.14%58.63%-
HSV(B)331.63º60.28%83.92%-
XYZ36.1722.8729.7-
YUV130.52136.74187.54-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.09%
GREEN value IS 85 (33.59% from 255) = 19.10%
BLUE value IS 146 (57.42% from 255) = 32.81%
R=48.09%
G=19.10%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2148514600.600.320.16331.6361.1458.63
HexD6559203C201014c3d3b
Octal32612522207440205147573
Binary11010110101010110010010011110010000010000101001100111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65592; }

 p { color: rgb(214,85,146); }

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

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

 a { background-color: rgb(214,85,146); }

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

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

 span { border-color: rgb(214,85,146); }

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