#d359c4

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

Shades of Fuchsia #D359C4

Tints of Fuchsia #D359C4

Color information

#D359C4 (or 0xD359C4) is unknown color: approx Fuchsia. HEX triplet: D3, 59 and C4. RGB value is (211,89,196). Sum of RGB (Red+Green+Blue) = 211+89+196=496 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.54% from 496); Green value is 89 (35.16% from 255 or 17.94% from 496); Blue value is 196 (76.95% from 255 or 39.52% from 496); Max value from RGB is 211 - color contains mainly: red. Hex color #D359C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D359C4 is #2CA63B. Grayscale: #898989. Windows color (decimal): -2926140 or 12868051. OLE color: 12868051.

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

Color convert

RGB21189196-
CMYK00.580.070.17
HSL307.38º58.1%58.82%-
HSV(B)307.38º57.82%82.75%-
XYZ40.424.9854.92-
YUV137.68160.92180.3-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.54%
GREEN value IS 89 (35.16% from 255) = 17.94%
BLUE value IS 196 (76.95% from 255) = 39.52%
R=42.54%
G=17.94%
B=39.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.07
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2118919600.580.070.17307.3858.158.82
HexD359C403A7111333a3b
Octal3231313040727214637273
Binary11010011101100111000100011101011110001100110011111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d359c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d359c4; }

 p { color: rgb(211,89,196); }

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

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

 a { background-color: rgb(211,89,196); }

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

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

 span { border-color: rgb(211,89,196); }

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