#D64CBA

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

Shades of Fuchsia #D64CBA

Tints of Fuchsia #D64CBA

Color information

#D64CBA (or 0xD64CBA) is unknown color: approx Fuchsia. HEX triplet: D6, 4C and BA. RGB value is (214,76,186). Sum of RGB (Red+Green+Blue) = 214+76+186=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 76 (30.08% from 255 or 15.97% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 214 - color contains mainly: red. Hex color #D64CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D64CBA is #29B345. Grayscale: #818181. Windows color (decimal): -2732870 or 12209366. OLE color: 12209366.

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

Color convert

RGB21476186-
CMYK00.640.130.16
HSL312.17º62.73%56.86%-
HSV(B)312.17º64.49%83.92%-
XYZ39.1823.0148.83-
YUV129.8159.72188.06-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.96%
GREEN value IS 76 (30.08% from 255) = 15.97%
BLUE value IS 186 (73.05% from 255) = 39.08%
R=44.96%
G=15.97%
B=39.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2147618600.640.130.16312.1762.7356.86
HexD64CBA040D101383f39
Octal326114272010015204707771
Binary1101011010011001011101001000000110110000100111000111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64CBA; }

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

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

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

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

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

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

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

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