#D654C4

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

Shades of Fuchsia #D654C4

Tints of Fuchsia #D654C4

Color information

#D654C4 (or 0xD654C4) is unknown color: approx Fuchsia. HEX triplet: D6, 54 and C4. RGB value is (214,84,196). Sum of RGB (Red+Green+Blue) = 214+84+196=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 84 (33.20% from 255 or 17.00% from 494); Blue value is 196 (76.95% from 255 or 39.68% from 494); Max value from RGB is 214 - color contains mainly: red. Hex color #D654C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D654C4 is #29AB3B. Grayscale: #878787. Windows color (decimal): -2730812 or 12866774. OLE color: 12866774.

HSL color Cylindrical-coordinate representation of color #D654C4: hue angle of 308.31º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D654C4 is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB21484196-
CMYK00.610.080.16
HSL308.31º61.32%58.43%-
HSV(B)308.31º60.75%83.92%-
XYZ40.8724.6254.82-
YUV135.64162.07183.89-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.32%
GREEN value IS 84 (33.20% from 255) = 17.00%
BLUE value IS 196 (76.95% from 255) = 39.68%
R=43.32%
G=17.00%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2148419600.610.080.16308.3161.3258.43
HexD654C403D8101343d3a
Octal32612430407510204647572
Binary110101101010100110001000111101100010000100110100111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D654C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D654C4; }

 p { color: rgb(214,84,196); }

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

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

 a { background-color: rgb(214,84,196); }

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

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

 span { border-color: rgb(214,84,196); }

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