#D64CB1

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

Shades of Fuchsia #D64CB1

Tints of Fuchsia #D64CB1

Color information

#D64CB1 (or 0xD64CB1) is unknown color: approx Fuchsia. HEX triplet: D6, 4C and B1. RGB value is (214,76,177). Sum of RGB (Red+Green+Blue) = 214+76+177=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 76 (30.08% from 255 or 16.27% from 467); Blue value is 177 (69.53% from 255 or 37.90% from 467); Max value from RGB is 214 - color contains mainly: red. Hex color #D64CB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64CB1 is #29B34E. Grayscale: #808080. Windows color (decimal): -2732879 or 11619542. OLE color: 11619542.

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

Color convert

RGB21476177-
CMYK00.640.170.16
HSL316.09º62.73%56.86%-
HSV(B)316.09º64.49%83.92%-
XYZ38.2522.6443.95-
YUV128.78155.22188.79-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.82%
GREEN value IS 76 (30.08% from 255) = 16.27%
BLUE value IS 177 (69.53% from 255) = 37.90%
R=45.82%
G=16.27%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2147617700.640.170.16316.0962.7356.86
HexD64CB1040111013c3f39
Octal326114261010021204747771
Binary11010110100110010110001010000001000110000100111100111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64CB1; }

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

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

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

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

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

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

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

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