#d538c1

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

Shades of Fuchsia #D538C1

Tints of Fuchsia #D538C1

Color information

#D538C1 (or 0xD538C1) is unknown color: approx Fuchsia. HEX triplet: D5, 38 and C1. RGB value is (213,56,193). Sum of RGB (Red+Green+Blue) = 213+56+193=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 56 (22.27% from 255 or 12.12% from 462); Blue value is 193 (75.78% from 255 or 41.77% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D538C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D538C1 is #2AC73E. Grayscale: #767676. Windows color (decimal): -2803519 or 12662997. OLE color: 12662997.

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

Color convert

RGB21356193-
CMYK00.740.090.16
HSL307.64º65.15%52.75%-
HSV(B)307.64º73.71%83.53%-
XYZ38.4820.8252.44-
YUV118.56170.01195.36-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.10%
GREEN value IS 56 (22.27% from 255) = 12.12%
BLUE value IS 193 (75.78% from 255) = 41.77%
R=46.10%
G=12.12%
B=41.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2135619300.740.090.16307.6465.1552.75
HexD538C104A9101344135
Octal325703010112112046410165
Binary1101010111100011000001010010101001100001001101001000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d538c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d538c1; }

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

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

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

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

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

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

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

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