#d35fc4

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

Shades of Fuchsia #D35FC4

Tints of Fuchsia #D35FC4

Color information

#D35FC4 (or 0xD35FC4) is unknown color: approx Fuchsia. HEX triplet: D3, 5F and C4. RGB value is (211,95,196). Sum of RGB (Red+Green+Blue) = 211+95+196=502 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.03% from 502); Green value is 95 (37.5% from 255 or 18.92% from 502); Blue value is 196 (76.95% from 255 or 39.04% from 502); Max value from RGB is 211 - color contains mainly: red. Hex color #D35FC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D35FC4 is #2CA03B. Grayscale: #8C8C8C. Windows color (decimal): -2924604 or 12869587. OLE color: 12869587.

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

Color convert

RGB21195196-
CMYK00.550.070.17
HSL307.76º56.86%60%-
HSV(B)307.76º54.98%82.75%-
XYZ40.9226.0255.09-
YUV141.2158.93177.79-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.03%
GREEN value IS 95 (37.5% from 255) = 18.92%
BLUE value IS 196 (76.95% from 255) = 39.04%
R=42.03%
G=18.92%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.07
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2119519600.550.070.17307.7656.8660
HexD35FC4037711134393c
Octal3231373040677214647174
Binary11010011101111111000100011011111110001100110100111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d35fc4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d35fc4; }

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

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

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

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

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

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

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

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