#D134C6

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

Shades of Fuchsia #D134C6

Tints of Fuchsia #D134C6

Color information

#D134C6 (or 0xD134C6) is unknown color: approx Fuchsia. HEX triplet: D1, 34 and C6. RGB value is (209,52,198). Sum of RGB (Red+Green+Blue) = 209+52+198=459 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.53% from 459); Green value is 52 (20.70% from 255 or 11.33% from 459); Blue value is 198 (77.73% from 255 or 43.14% from 459); Max value from RGB is 209 - color contains mainly: red. Hex color #D134C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D134C6 is #2ECB39. Grayscale: #737373. Windows color (decimal): -3066682 or 12989649. OLE color: 12989649.

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

Color convert

RGB20952198-
CMYK00.750.050.18
HSL304.2º63.05%51.18%-
HSV(B)304.2º75.12%81.96%-
XYZ37.7220.0955.32-
YUV115.59174.51194.63-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.53%
GREEN value IS 52 (20.70% from 255) = 11.33%
BLUE value IS 198 (77.73% from 255) = 43.14%
R=45.53%
G=11.33%
B=43.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2095219800.750.050.18304.263.0551.18
HexD134C604B5121303f33
Octal3216430601135224607763
Binary11010001110100110001100100101110110010100110000111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D134C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D134C6; }

 p { color: rgb(209,52,198); }

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

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

 a { background-color: rgb(209,52,198); }

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

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

 span { border-color: rgb(209,52,198); }

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