#D350BA

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

Shades of Fuchsia #D350BA

Tints of Fuchsia #D350BA

Color information

#D350BA (or 0xD350BA) is unknown color: approx Fuchsia. HEX triplet: D3, 50 and BA. RGB value is (211,80,186). Sum of RGB (Red+Green+Blue) = 211+80+186=477 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.23% from 477); Green value is 80 (31.64% from 255 or 16.77% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 211 - color contains mainly: red. Hex color #D350BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D350BA is #2CAF45. Grayscale: #828282. Windows color (decimal): -2928454 or 12210387. OLE color: 12210387.

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

Color convert

RGB21180186-
CMYK00.620.120.17
HSL311.45º59.82%57.06%-
HSV(B)311.45º62.09%82.75%-
XYZ38.623.1348.88-
YUV131.25158.9184.88-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.23%
GREEN value IS 80 (31.64% from 255) = 16.77%
BLUE value IS 186 (73.05% from 255) = 38.99%
R=44.23%
G=16.77%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2118018600.620.120.17311.4559.8257.06
HexD350BA03EC111373c39
Octal32312027207614214677471
Binary110100111010000101110100111110110010001100110111111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D350BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D350BA; }

 p { color: rgb(211,80,186); }

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

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

 a { background-color: rgb(211,80,186); }

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

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

 span { border-color: rgb(211,80,186); }

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