#D55692

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

Shades of Mulberry #D55692

Tints of Mulberry #D55692

Color information

#D55692 (or 0xD55692) is unknown color: approx Mulberry. HEX triplet: D5, 56 and 92. RGB value is (213,86,146). Sum of RGB (Red+Green+Blue) = 213+86+146=445 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.87% from 445); Green value is 86 (33.98% from 255 or 19.33% from 445); Blue value is 146 (57.42% from 255 or 32.81% from 445); Max value from RGB is 213 - color contains mainly: red. Hex color #D55692 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55692 is #2AA96D. Grayscale: #828282. Windows color (decimal): -2795886 or 9590485. OLE color: 9590485.

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

Color convert

RGB21386146-
CMYK00.600.310.16
HSL331.65º60.19%58.63%-
HSV(B)331.65º59.62%83.53%-
XYZ35.9622.8829.71-
YUV130.81136.58186.62-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.87%
GREEN value IS 86 (33.98% from 255) = 19.33%
BLUE value IS 146 (57.42% from 255) = 32.81%
R=47.87%
G=19.33%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138614600.600.310.16331.6560.1958.63
HexD5569203C1F1014c3c3b
Octal32512622207437205147473
Binary1101010110101101001001001111001111110000101001100111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55692; }

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

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

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

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

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

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

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

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