#D135D6

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

Shades of Fuchsia #D135D6

Tints of Fuchsia #D135D6

Color information

#D135D6 (or 0xD135D6) is unknown color: approx Fuchsia. HEX triplet: D1, 35 and D6. RGB value is (209,53,214). Sum of RGB (Red+Green+Blue) = 209+53+214=476 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.91% from 476); Green value is 53 (21.09% from 255 or 11.13% from 476); Blue value is 214 (83.98% from 255 or 44.96% from 476); Max value from RGB is 214 - color contains mainly: blue. Hex color #D135D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D135D6 is #2ECA29. Grayscale: #757575. Windows color (decimal): -3066410 or 14038481. OLE color: 14038481.

HSL color Cylindrical-coordinate representation of color #D135D6: hue angle of 298.14º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D135D6 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20953214-
CMYK0.020.7500.16
HSL298.14º66.26%52.35%-
HSV(B)298.14º75.23%83.92%-
XYZ39.7120.9665.57-
YUV118182.18192.91-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.91%
GREEN value IS 53 (21.09% from 255) = 11.13%
BLUE value IS 214 (83.98% from 255) = 44.96%
R=43.91%
G=11.13%
B=44.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal209532140.020.7500.16298.1466.2652.35
HexD135D624B01012a4234
Octal32165326211302045210264
Binary11010001110101110101101010010110100001001010101000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D135D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D135D6; }

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

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

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

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

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

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

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

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