#D65490

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

Shades of Mulberry #D65490

Tints of Mulberry #D65490

Color information

#D65490 (or 0xD65490) is unknown color: approx Mulberry. HEX triplet: D6, 54 and 90. RGB value is (214,84,144). Sum of RGB (Red+Green+Blue) = 214+84+144=442 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.42% from 442); Green value is 84 (33.20% from 255 or 19.00% from 442); Blue value is 144 (56.64% from 255 or 32.58% from 442); Max value from RGB is 214 - color contains mainly: red. Hex color #D65490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65490 is #29AB6F. Grayscale: #818181. Windows color (decimal): -2730864 or 9458902. OLE color: 9458902.

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

Color convert

RGB21484144-
CMYK00.610.330.16
HSL332.31º61.32%58.43%-
HSV(B)332.31º60.75%83.92%-
XYZ35.9422.6528.86-
YUV129.71136.07188.12-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.42%
GREEN value IS 84 (33.20% from 255) = 19.00%
BLUE value IS 144 (56.64% from 255) = 32.58%
R=48.42%
G=19.00%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2148414400.610.330.16332.3161.3258.43
HexD6549003D211014c3d3a
Octal32612422007541205147572
Binary11010110101010010010000011110110000110000101001100111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65490; }

 p { color: rgb(214,84,144); }

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

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

 a { background-color: rgb(214,84,144); }

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

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

 span { border-color: rgb(214,84,144); }

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