#D35FBB

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

Shades of Fuchsia #D35FBB

Tints of Fuchsia #D35FBB

Color information

#D35FBB (or 0xD35FBB) is unknown color: approx Fuchsia. HEX triplet: D3, 5F and BB. RGB value is (211,95,187). Sum of RGB (Red+Green+Blue) = 211+95+187=493 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.80% from 493); Green value is 95 (37.5% from 255 or 19.27% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 211 - color contains mainly: red. Hex color #D35FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D35FBB is #2CA044. Grayscale: #8B8B8B. Windows color (decimal): -2924613 or 12279763. OLE color: 12279763.

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

Color convert

RGB21195187-
CMYK00.550.110.17
HSL312.41º56.86%60%-
HSV(B)312.41º54.98%82.75%-
XYZ39.9325.6249.85-
YUV140.17154.43178.52-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.80%
GREEN value IS 95 (37.5% from 255) = 19.27%
BLUE value IS 187 (73.44% from 255) = 37.93%
R=42.80%
G=19.27%
B=37.93%

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
Decimal2119518700.550.110.17312.4156.8660
HexD35FBB037B11138393c
Octal32313727306713214707174
Binary110100111011111101110110110111101110001100111000111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35FBB; }

 p { color: rgb(211,95,187); }

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

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

 a { background-color: rgb(211,95,187); }

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

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

 span { border-color: rgb(211,95,187); }

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