#D536C5

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

Shades of Fuchsia #D536C5

Tints of Fuchsia #D536C5

Color information

#D536C5 (or 0xD536C5) is unknown color: approx Fuchsia. HEX triplet: D5, 36 and C5. RGB value is (213,54,197). Sum of RGB (Red+Green+Blue) = 213+54+197=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 54 (21.48% from 255 or 11.64% from 464); Blue value is 197 (77.34% from 255 or 42.46% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D536C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D536C5 is #2AC93A. Grayscale: #757575. Windows color (decimal): -2804027 or 12924629. OLE color: 12924629.

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

Color convert

RGB21354197-
CMYK00.750.080.16
HSL306.04º65.43%52.35%-
HSV(B)306.04º74.65%83.53%-
XYZ38.8420.8254.79-
YUV117.84172.68195.87-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.91%
GREEN value IS 54 (21.48% from 255) = 11.64%
BLUE value IS 197 (77.34% from 255) = 42.46%
R=45.91%
G=11.64%
B=42.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2135419700.750.080.16306.0465.4352.35
HexD536C504B8101324134
Octal325663050113102046210164
Binary1101010111011011000101010010111000100001001100101000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D536C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D536C5; }

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

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

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

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

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

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

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

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