#D64B9E

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

Shades of Mulberry #D64B9E

Tints of Mulberry #D64B9E

Color information

#D64B9E (or 0xD64B9E) is unknown color: approx Mulberry. HEX triplet: D6, 4B and 9E. RGB value is (214,75,158). Sum of RGB (Red+Green+Blue) = 214+75+158=447 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.87% from 447); Green value is 75 (29.69% from 255 or 16.78% from 447); Blue value is 158 (62.11% from 255 or 35.35% from 447); Max value from RGB is 214 - color contains mainly: red. Hex color #D64B9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64B9E is #29B461. Grayscale: #7D7D7D. Windows color (decimal): -2733154 or 10374102. OLE color: 10374102.

HSL color Cylindrical-coordinate representation of color #D64B9E: hue angle of 324.17º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D64B9E is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB21475158-
CMYK00.650.260.16
HSL324.17º62.9%56.67%-
HSV(B)324.17º64.95%83.92%-
XYZ36.4221.834.64-
YUV126.02146.05190.75-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.87%
GREEN value IS 75 (29.69% from 255) = 16.78%
BLUE value IS 158 (62.11% from 255) = 35.35%
R=47.87%
G=16.78%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2147515800.650.260.16324.1762.956.67
HexD64B9E0411A101443f39
Octal326113236010132205047771
Binary11010110100101110011110010000011101010000101000100111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64B9E; }

 p { color: rgb(214,75,158); }

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

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

 a { background-color: rgb(214,75,158); }

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

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

 span { border-color: rgb(214,75,158); }

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