#D035D1

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

Shades of Fuchsia #D035D1

Tints of Fuchsia #D035D1

Color information

#D035D1 (or 0xD035D1) is unknown color: approx Fuchsia. HEX triplet: D0, 35 and D1. RGB value is (208,53,209). Sum of RGB (Red+Green+Blue) = 208+53+209=470 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.26% from 470); Green value is 53 (21.09% from 255 or 11.28% from 470); Blue value is 209 (82.03% from 255 or 44.47% from 470); Max value from RGB is 209 - color contains mainly: blue. Hex color #D035D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D035D1 is #2FCA2E. Grayscale: #747474. Windows color (decimal): -3131951 or 13710800. OLE color: 13710800.

HSL color Cylindrical-coordinate representation of color #D035D1: hue angle of 299.62º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D035D1 is Cyan = 0.00, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20853209-
CMYK0.000.7500.18
HSL299.62º62.9%51.37%-
HSV(B)299.62º74.64%81.96%-
XYZ38.7920.5662.25-
YUV117.13179.85192.82-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.26%
GREEN value IS 53 (21.09% from 255) = 11.28%
BLUE value IS 209 (82.03% from 255) = 44.47%
R=44.26%
G=11.28%
B=44.47%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208532090.000.7500.18299.6262.951.37
HexD035D104B01212c3f33
Octal3206532101130224547763
Binary110100001101011101000101001011010010100101100111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D035D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D035D1; }

 p { color: rgb(208,53,209); }

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

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

 a { background-color: rgb(208,53,209); }

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

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

 span { border-color: rgb(208,53,209); }

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