#D135C2

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

Shades of Fuchsia #D135C2

Tints of Fuchsia #D135C2

Color information

#D135C2 (or 0xD135C2) is unknown color: approx Fuchsia. HEX triplet: D1, 35 and C2. RGB value is (209,53,194). Sum of RGB (Red+Green+Blue) = 209+53+194=456 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.83% from 456); Green value is 53 (21.09% from 255 or 11.62% from 456); Blue value is 194 (76.17% from 255 or 42.54% from 456); Max value from RGB is 209 - color contains mainly: red. Hex color #D135C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D135C2 is #2ECA3D. Grayscale: #737373. Windows color (decimal): -3066430 or 12727761. OLE color: 12727761.

HSL color Cylindrical-coordinate representation of color #D135C2: hue angle of 305.77º 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 #D135C2 is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB20953194-
CMYK00.750.070.18
HSL305.77º62.9%51.37%-
HSV(B)305.77º74.64%81.96%-
XYZ37.312052.93-
YUV115.72172.18194.54-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.83%
GREEN value IS 53 (21.09% from 255) = 11.62%
BLUE value IS 194 (76.17% from 255) = 42.54%
R=45.83%
G=11.62%
B=42.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2095319400.750.070.18305.7762.951.37
HexD135C204B7121323f33
Octal3216530201137224627763
Binary11010001110101110000100100101111110010100110010111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D135C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D135C2; }

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

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

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

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

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

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

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

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