#D35ABF

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

Shades of Fuchsia #D35ABF

Tints of Fuchsia #D35ABF

Color information

#D35ABF (or 0xD35ABF) is unknown color: approx Fuchsia. HEX triplet: D3, 5A and BF. RGB value is (211,90,191). Sum of RGB (Red+Green+Blue) = 211+90+191=492 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.89% from 492); Green value is 90 (35.55% from 255 or 18.29% from 492); Blue value is 191 (75% from 255 or 38.82% from 492); Max value from RGB is 211 - color contains mainly: red. Hex color #D35ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D35ABF is #2CA540. Grayscale: #898989. Windows color (decimal): -2925889 or 12540627. OLE color: 12540627.

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

Color convert

RGB21190191-
CMYK00.570.090.17
HSL309.92º57.89%59.02%-
HSV(B)309.92º57.35%82.75%-
XYZ39.9224.9252-
YUV137.69158.09180.29-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.89%
GREEN value IS 90 (35.55% from 255) = 18.29%
BLUE value IS 191 (75% from 255) = 38.82%
R=42.89%
G=18.29%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2119019100.570.090.17309.9257.8959.02
HexD35ABF0399111363a3b
Octal32313227707111214667273
Binary110100111011010101111110111001100110001100110110111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35ABF; }

 p { color: rgb(211,90,191); }

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

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

 a { background-color: rgb(211,90,191); }

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

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

 span { border-color: rgb(211,90,191); }

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