#D354CA

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

Shades of Fuchsia #D354CA

Tints of Fuchsia #D354CA

Color information

#D354CA (or 0xD354CA) is unknown color: approx Fuchsia. HEX triplet: D3, 54 and CA. RGB value is (211,84,202). Sum of RGB (Red+Green+Blue) = 211+84+202=497 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.45% from 497); Green value is 84 (33.20% from 255 or 16.90% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 211 - color contains mainly: red. Hex color #D354CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D354CA is #2CAB35. Grayscale: #878787. Windows color (decimal): -2927414 or 13259987. OLE color: 13259987.

HSL color Cylindrical-coordinate representation of color #D354CA: hue angle of 304.25º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D354CA is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB21184202-
CMYK00.600.040.17
HSL304.25º59.07%57.84%-
HSV(B)304.25º60.19%82.75%-
XYZ40.6924.4558.45-
YUV135.42165.58181.91-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.45%
GREEN value IS 84 (33.20% from 255) = 16.90%
BLUE value IS 202 (79.30% from 255) = 40.64%
R=42.45%
G=16.90%
B=40.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2118420200.600.040.17304.2559.0757.84
HexD354CA03C4111303b3a
Octal3231243120744214607372
Binary11010011101010011001010011110010010001100110000111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D354CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D354CA; }

 p { color: rgb(211,84,202); }

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

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

 a { background-color: rgb(211,84,202); }

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

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

 span { border-color: rgb(211,84,202); }

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