#D538CA

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

Shades of Fuchsia #D538CA

Tints of Fuchsia #D538CA

Color information

#D538CA (or 0xD538CA) is unknown color: approx Fuchsia. HEX triplet: D5, 38 and CA. RGB value is (213,56,202). Sum of RGB (Red+Green+Blue) = 213+56+202=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 56 (22.27% from 255 or 11.89% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D538CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D538CA is #2AC735. Grayscale: #777777. Windows color (decimal): -2803510 or 13252821. OLE color: 13252821.

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

Color convert

RGB21356202-
CMYK00.740.050.16
HSL304.2º65.15%52.75%-
HSV(B)304.2º73.71%83.53%-
XYZ39.5221.2457.89-
YUV119.59174.51194.63-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.22%
GREEN value IS 56 (22.27% from 255) = 11.89%
BLUE value IS 202 (79.30% from 255) = 42.89%
R=45.22%
G=11.89%
B=42.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2135620200.740.050.16304.265.1552.75
HexD538CA04A5101304135
Octal32570312011252046010165
Binary110101011110001100101001001010101100001001100001000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D538CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D538CA; }

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

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

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

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

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

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

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

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