#D64CAD

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

Shades of Fuchsia #D64CAD

Tints of Fuchsia #D64CAD

Color information

#D64CAD (or 0xD64CAD) is unknown color: approx Fuchsia. HEX triplet: D6, 4C and AD. RGB value is (214,76,173). Sum of RGB (Red+Green+Blue) = 214+76+173=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 76 (30.08% from 255 or 16.41% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 214 - color contains mainly: red. Hex color #D64CAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64CAD is #29B352. Grayscale: #808080. Windows color (decimal): -2732883 or 11357398. OLE color: 11357398.

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

Color convert

RGB21476173-
CMYK00.640.190.16
HSL317.83º62.73%56.86%-
HSV(B)317.83º64.49%83.92%-
XYZ37.8622.4841.88-
YUV128.32153.22189.11-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.22%
GREEN value IS 76 (30.08% from 255) = 16.41%
BLUE value IS 173 (67.97% from 255) = 37.37%
R=46.22%
G=16.41%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2147617300.640.190.16317.8362.7356.86
HexD64CAD040131013e3f39
Octal326114255010023204767771
Binary11010110100110010101101010000001001110000100111110111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64CAD; }

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

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

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

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

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

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

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

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