#D362C1

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

Shades of Fuchsia #D362C1

Tints of Fuchsia #D362C1

Color information

#D362C1 (or 0xD362C1) is unknown color: approx Fuchsia. HEX triplet: D3, 62 and C1. RGB value is (211,98,193). Sum of RGB (Red+Green+Blue) = 211+98+193=502 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.03% from 502); Green value is 98 (38.67% from 255 or 19.52% from 502); Blue value is 193 (75.78% from 255 or 38.45% from 502); Max value from RGB is 211 - color contains mainly: red. Hex color #D362C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D362C1 is #2C9D3E. Grayscale: #8E8E8E. Windows color (decimal): -2923839 or 12673747. OLE color: 12673747.

HSL color Cylindrical-coordinate representation of color #D362C1: hue angle of 309.56º 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 #D362C1 is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB21198193-
CMYK00.540.090.17
HSL309.56º56.22%60.59%-
HSV(B)309.56º53.55%82.75%-
XYZ40.8626.4353.4-
YUV142.62156.44176.78-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.03%
GREEN value IS 98 (38.67% from 255) = 19.52%
BLUE value IS 193 (75.78% from 255) = 38.45%
R=42.03%
G=19.52%
B=38.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2119819300.540.090.17309.5656.2260.59
HexD362C1036911136383d
Octal32314230106611214667075
Binary110100111100010110000010110110100110001100110110111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D362C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D362C1; }

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

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

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

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

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

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

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

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