#d538d1

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

Shades of Fuchsia #D538D1

Tints of Fuchsia #D538D1

Color information

#D538D1 (or 0xD538D1) is unknown color: approx Fuchsia. HEX triplet: D5, 38 and D1. RGB value is (213,56,209). Sum of RGB (Red+Green+Blue) = 213+56+209=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 56 (22.27% from 255 or 11.72% from 478); Blue value is 209 (82.03% from 255 or 43.72% from 478); Max value from RGB is 213 - color contains mainly: red. Hex color #D538D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D538D1 is #2AC72E. Grayscale: #777777. Windows color (decimal): -2803503 or 13711573. OLE color: 13711573.

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

Color convert

RGB21356209-
CMYK00.740.020.16
HSL301.53º65.15%52.75%-
HSV(B)301.53º73.71%83.53%-
XYZ40.3621.5862.36-
YUV120.38178.01194.06-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.56%
GREEN value IS 56 (22.27% from 255) = 11.72%
BLUE value IS 209 (82.03% from 255) = 43.72%
R=44.56%
G=11.72%
B=43.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2135620900.740.020.16301.5365.1552.75
HexD538D104A21012e4135
Octal32570321011222045610165
Binary11010101111000110100010100101010100001001011101000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d538d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d538d1; }

 p { color: rgb(213,56,209); }

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

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

 a { background-color: rgb(213,56,209); }

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

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

 span { border-color: rgb(213,56,209); }

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