#D64CAB

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

Shades of Mulberry #D64CAB

Tints of Mulberry #D64CAB

Color information

#D64CAB (or 0xD64CAB) is unknown color: approx Mulberry. HEX triplet: D6, 4C and AB. RGB value is (214,76,171). Sum of RGB (Red+Green+Blue) = 214+76+171=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 76 (30.08% from 255 or 16.49% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D64CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64CAB is #29B354. Grayscale: #7F7F7F. Windows color (decimal): -2732885 or 11226326. OLE color: 11226326.

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

Color convert

RGB21476171-
CMYK00.640.200.16
HSL318.7º62.73%56.86%-
HSV(B)318.7º64.49%83.92%-
XYZ37.6722.4140.87-
YUV128.09152.22189.28-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.42%
GREEN value IS 76 (30.08% from 255) = 16.49%
BLUE value IS 171 (67.19% from 255) = 37.09%
R=46.42%
G=16.49%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2147617100.640.200.16318.762.7356.86
HexD64CAB040141013f3f39
Octal326114253010024204777771
Binary11010110100110010101011010000001010010000100111111111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64CAB; }

 p { color: rgb(214,76,171); }

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

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

 a { background-color: rgb(214,76,171); }

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

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

 span { border-color: rgb(214,76,171); }

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