#D362C2

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

Shades of Fuchsia #D362C2

Tints of Fuchsia #D362C2

Color information

#D362C2 (or 0xD362C2) is unknown color: approx Fuchsia. HEX triplet: D3, 62 and C2. RGB value is (211,98,194). Sum of RGB (Red+Green+Blue) = 211+98+194=503 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.95% from 503); Green value is 98 (38.67% from 255 or 19.48% from 503); Blue value is 194 (76.17% from 255 or 38.57% from 503); Max value from RGB is 211 - color contains mainly: red. Hex color #D362C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D362C2 is #2C9D3D. Grayscale: #8E8E8E. Windows color (decimal): -2923838 or 12739283. OLE color: 12739283.

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

Color convert

RGB21198194-
CMYK00.540.080.17
HSL309.03º56.22%60.59%-
HSV(B)309.03º53.55%82.75%-
XYZ40.9726.4853.99-
YUV142.73156.94176.69-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.95%
GREEN value IS 98 (38.67% from 255) = 19.48%
BLUE value IS 194 (76.17% from 255) = 38.57%
R=41.95%
G=19.48%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.08
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2119819400.540.080.17309.0356.2260.59
HexD362C2036811135383d
Octal32314230206610214657075
Binary110100111100010110000100110110100010001100110101111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D362C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D362C2; }

 p { color: rgb(211,98,194); }

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

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

 a { background-color: rgb(211,98,194); }

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

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

 span { border-color: rgb(211,98,194); }

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