#D64DBA

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

Shades of Fuchsia #D64DBA

Tints of Fuchsia #D64DBA

Color information

#D64DBA (or 0xD64DBA) is unknown color: approx Fuchsia. HEX triplet: D6, 4D and BA. RGB value is (214,77,186). Sum of RGB (Red+Green+Blue) = 214+77+186=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 77 (30.47% from 255 or 16.14% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 214 - color contains mainly: red. Hex color #D64DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D64DBA is #29B245. Grayscale: #828282. Windows color (decimal): -2732614 or 12209622. OLE color: 12209622.

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

Color convert

RGB21477186-
CMYK00.640.130.16
HSL312.26º62.56%57.06%-
HSV(B)312.26º64.02%83.92%-
XYZ39.2523.1548.85-
YUV130.39159.39187.64-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.86%
GREEN value IS 77 (30.47% from 255) = 16.14%
BLUE value IS 186 (73.05% from 255) = 38.99%
R=44.86%
G=16.14%
B=38.99%

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
Decimal2147718600.640.130.16312.2662.5657.06
HexD64DBA040D101383f39
Octal326115272010015204707771
Binary1101011010011011011101001000000110110000100111000111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64DBA; }

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

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

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

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

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

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

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

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