#d361c4

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

Shades of Fuchsia #D361C4

Tints of Fuchsia #D361C4

Color information

#D361C4 (or 0xD361C4) is unknown color: approx Fuchsia. HEX triplet: D3, 61 and C4. RGB value is (211,97,196). Sum of RGB (Red+Green+Blue) = 211+97+196=504 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.87% from 504); Green value is 97 (38.28% from 255 or 19.25% from 504); Blue value is 196 (76.95% from 255 or 38.89% from 504); Max value from RGB is 211 - color contains mainly: red. Hex color #D361C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D361C4 is #2C9E3B. Grayscale: #8E8E8E. Windows color (decimal): -2924092 or 12870099. OLE color: 12870099.

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

Color convert

RGB21197196-
CMYK00.540.070.17
HSL307.89º56.44%60.39%-
HSV(B)307.89º54.03%82.75%-
XYZ41.126.3855.15-
YUV142.37158.27176.95-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.87%
GREEN value IS 97 (38.28% from 255) = 19.25%
BLUE value IS 196 (76.95% from 255) = 38.89%
R=41.87%
G=19.25%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.07
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2119719600.540.070.17307.8956.4460.39
HexD361C4036711134383c
Octal3231413040667214647074
Binary11010011110000111000100011011011110001100110100111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d361c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d361c4; }

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

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

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

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

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

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

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

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