#d135c4

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

Shades of Fuchsia #D135C4

Tints of Fuchsia #D135C4

Color information

#D135C4 (or 0xD135C4) is unknown color: approx Fuchsia. HEX triplet: D1, 35 and C4. RGB value is (209,53,196). Sum of RGB (Red+Green+Blue) = 209+53+196=458 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.63% from 458); Green value is 53 (21.09% from 255 or 11.57% from 458); Blue value is 196 (76.95% from 255 or 42.79% from 458); Max value from RGB is 209 - color contains mainly: red. Hex color #D135C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D135C4 is #2ECA3B. Grayscale: #737373. Windows color (decimal): -3066428 or 12858833. OLE color: 12858833.

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

Color convert

RGB20953196-
CMYK00.750.060.18
HSL305º62.9%51.37%-
HSV(B)305º74.64%81.96%-
XYZ37.5320.0954.12-
YUV115.95173.18194.37-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.63%
GREEN value IS 53 (21.09% from 255) = 11.57%
BLUE value IS 196 (76.95% from 255) = 42.79%
R=45.63%
G=11.57%
B=42.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2095319600.750.060.1830562.951.37
HexD135C404B6121313f33
Octal3216530401136224617763
Binary11010001110101110001000100101111010010100110001111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d135c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d135c4; }

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

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

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

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

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

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

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

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