#D65494

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

Shades of Mulberry #D65494

Tints of Mulberry #D65494

Color information

#D65494 (or 0xD65494) is unknown color: approx Mulberry. HEX triplet: D6, 54 and 94. RGB value is (214,84,148). Sum of RGB (Red+Green+Blue) = 214+84+148=446 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.98% from 446); Green value is 84 (33.20% from 255 or 18.83% from 446); Blue value is 148 (58.20% from 255 or 33.18% from 446); Max value from RGB is 214 - color contains mainly: red. Hex color #D65494 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65494 is #29AB6B. Grayscale: #828282. Windows color (decimal): -2730860 or 9721046. OLE color: 9721046.

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

Color convert

RGB21484148-
CMYK00.610.310.16
HSL330.46º61.32%58.43%-
HSV(B)330.46º60.75%83.92%-
XYZ36.2522.7730.5-
YUV130.17138.07187.8-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.98%
GREEN value IS 84 (33.20% from 255) = 18.83%
BLUE value IS 148 (58.20% from 255) = 33.18%
R=47.98%
G=18.83%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2148414800.610.310.16330.4661.3258.43
HexD6549403D1F1014a3d3a
Octal32612422407537205127572
Binary1101011010101001001010001111011111110000101001010111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65494; }

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

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

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

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

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

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

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

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