#D35EBC

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

Shades of Fuchsia #D35EBC

Tints of Fuchsia #D35EBC

Color information

#D35EBC (or 0xD35EBC) is unknown color: approx Fuchsia. HEX triplet: D3, 5E and BC. RGB value is (211,94,188). Sum of RGB (Red+Green+Blue) = 211+94+188=493 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.80% from 493); Green value is 94 (37.11% from 255 or 19.07% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 211 - color contains mainly: red. Hex color #D35EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D35EBC is #2CA143. Grayscale: #8B8B8B. Windows color (decimal): -2924868 or 12345043. OLE color: 12345043.

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

Color convert

RGB21194188-
CMYK00.550.110.17
HSL311.79º57.07%59.8%-
HSV(B)311.79º55.45%82.75%-
XYZ39.9425.4950.39-
YUV139.7155.26178.86-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.80%
GREEN value IS 94 (37.11% from 255) = 19.07%
BLUE value IS 188 (73.83% from 255) = 38.13%
R=42.80%
G=19.07%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2119418800.550.110.17311.7957.0759.8
HexD35EBC037B11138393c
Octal32313627406713214707174
Binary110100111011110101111000110111101110001100111000111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35EBC; }

 p { color: rgb(211,94,188); }

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

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

 a { background-color: rgb(211,94,188); }

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

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

 span { border-color: rgb(211,94,188); }

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