#D64AC0

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

Shades of Fuchsia #D64AC0

Tints of Fuchsia #D64AC0

Color information

#D64AC0 (or 0xD64AC0) is unknown color: approx Fuchsia. HEX triplet: D6, 4A and C0. RGB value is (214,74,192). Sum of RGB (Red+Green+Blue) = 214+74+192=480 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.58% from 480); Green value is 74 (29.30% from 255 or 15.42% from 480); Blue value is 192 (75.39% from 255 or 40% from 480); Max value from RGB is 214 - color contains mainly: red. Hex color #D64AC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D64AC0 is #29B53F. Grayscale: #808080. Windows color (decimal): -2733376 or 12602070. OLE color: 12602070.

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

Color convert

RGB21474192-
CMYK00.650.100.16
HSL309.43º63.06%56.47%-
HSV(B)309.43º65.42%83.92%-
XYZ39.692352.22-
YUV129.31163.38188.41-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.58%
GREEN value IS 74 (29.30% from 255) = 15.42%
BLUE value IS 192 (75.39% from 255) = 40%
R=44.58%
G=15.42%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2147419200.650.100.16309.4363.0656.47
HexD64AC0041A101353f38
Octal326112300010112204657770
Binary1101011010010101100000001000001101010000100110101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64AC0; }

 p { color: rgb(214,74,192); }

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

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

 a { background-color: rgb(214,74,192); }

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

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

 span { border-color: rgb(214,74,192); }

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