#D35DBA

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

Shades of Fuchsia #D35DBA

Tints of Fuchsia #D35DBA

Color information

#D35DBA (or 0xD35DBA) is unknown color: approx Fuchsia. HEX triplet: D3, 5D and BA. RGB value is (211,93,186). Sum of RGB (Red+Green+Blue) = 211+93+186=490 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.06% from 490); Green value is 93 (36.72% from 255 or 18.98% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 211 - color contains mainly: red. Hex color #D35DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D35DBA is #2CA245. Grayscale: #8A8A8A. Windows color (decimal): -2925126 or 12213715. OLE color: 12213715.

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

Color convert

RGB21193186-
CMYK00.560.120.17
HSL312.71º57.28%59.61%-
HSV(B)312.71º55.92%82.75%-
XYZ39.6425.2249.23-
YUV138.88154.59179.44-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.06%
GREEN value IS 93 (36.72% from 255) = 18.98%
BLUE value IS 186 (73.05% from 255) = 37.96%
R=43.06%
G=18.98%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2119318600.560.120.17312.7157.2859.61
HexD35DBA038C11139393c
Octal32313527207014214717174
Binary110100111011101101110100111000110010001100111001111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35DBA; }

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

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

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

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

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

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

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

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