#D538C5

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

Shades of Fuchsia #D538C5

Tints of Fuchsia #D538C5

Color information

#D538C5 (or 0xD538C5) is unknown color: approx Fuchsia. HEX triplet: D5, 38 and C5. RGB value is (213,56,197). Sum of RGB (Red+Green+Blue) = 213+56+197=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 56 (22.27% from 255 or 12.02% from 466); Blue value is 197 (77.34% from 255 or 42.27% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D538C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D538C5 is #2AC73A. Grayscale: #767676. Windows color (decimal): -2803515 or 12925141. OLE color: 12925141.

HSL color Cylindrical-coordinate representation of color #D538C5: hue angle of 306.11º 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 #D538C5 is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB21356197-
CMYK00.740.080.16
HSL306.11º65.15%52.75%-
HSV(B)306.11º73.71%83.53%-
XYZ38.9321.0154.83-
YUV119.02172.01195.04-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.71%
GREEN value IS 56 (22.27% from 255) = 12.02%
BLUE value IS 197 (77.34% from 255) = 42.27%
R=45.71%
G=12.02%
B=42.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2135619700.740.080.16306.1165.1552.75
HexD538C504A8101324135
Octal325703050112102046210165
Binary1101010111100011000101010010101000100001001100101000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D538C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D538C5; }

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

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

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

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

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

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

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

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