#D363B9

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

Shades of Fuchsia #D363B9

Tints of Fuchsia #D363B9

Color information

#D363B9 (or 0xD363B9) is unknown color: approx Fuchsia. HEX triplet: D3, 63 and B9. RGB value is (211,99,185). Sum of RGB (Red+Green+Blue) = 211+99+185=495 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.63% from 495); Green value is 99 (39.06% from 255 or 20% from 495); Blue value is 185 (72.66% from 255 or 37.37% from 495); Max value from RGB is 211 - color contains mainly: red. Hex color #D363B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D363B9 is #2C9C46. Grayscale: #8E8E8E. Windows color (decimal): -2923591 or 12149715. OLE color: 12149715.

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

Color convert

RGB21199185-
CMYK00.530.120.17
HSL313.93º56%60.78%-
HSV(B)313.93º53.08%82.75%-
XYZ40.0826.2848.86-
YUV142.29152.11177.01-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.63%
GREEN value IS 99 (39.06% from 255) = 20%
BLUE value IS 185 (72.66% from 255) = 37.37%
R=42.63%
G=20%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2119918500.530.120.17313.935660.78
HexD363B9035C1113a383d
Octal32314327106514214727075
Binary110100111100011101110010110101110010001100111010111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D363B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D363B9; }

 p { color: rgb(211,99,185); }

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

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

 a { background-color: rgb(211,99,185); }

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

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

 span { border-color: rgb(211,99,185); }

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