#D535CA

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

Shades of Fuchsia #D535CA

Tints of Fuchsia #D535CA

Color information

#D535CA (or 0xD535CA) is unknown color: approx Fuchsia. HEX triplet: D5, 35 and CA. RGB value is (213,53,202). Sum of RGB (Red+Green+Blue) = 213+53+202=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 53 (21.09% from 255 or 11.32% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 213 - color contains mainly: red. Hex color #D535CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D535CA is #2ACA35. Grayscale: #757575. Windows color (decimal): -2804278 or 13252053. OLE color: 13252053.

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

Color convert

RGB21353202-
CMYK00.750.050.16
HSL304.12º65.57%52.16%-
HSV(B)304.12º75.12%83.53%-
XYZ39.3720.9657.85-
YUV117.83175.51195.88-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.51%
GREEN value IS 53 (21.09% from 255) = 11.32%
BLUE value IS 202 (79.30% from 255) = 43.16%
R=45.51%
G=11.32%
B=43.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2135320200.750.050.16304.1265.5752.16
HexD535CA04B5101304234
Octal32565312011352046010264
Binary110101011101011100101001001011101100001001100001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D535CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D535CA; }

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

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

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

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

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

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

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

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