#D540CA

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

Shades of Fuchsia #D540CA

Tints of Fuchsia #D540CA

Color information

#D540CA (or 0xD540CA) is unknown color: approx Fuchsia. HEX triplet: D5, 40 and CA. RGB value is (213,64,202). Sum of RGB (Red+Green+Blue) = 213+64+202=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 64 (25.39% from 255 or 13.36% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 213 - color contains mainly: red. Hex color #D540CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D540CA is #2ABF35. Grayscale: #7B7B7B. Windows color (decimal): -2801462 or 13254869. OLE color: 13254869.

HSL color Cylindrical-coordinate representation of color #D540CA: hue angle of 304.43º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D540CA is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB21364202-
CMYK00.700.050.16
HSL304.43º63.95%54.31%-
HSV(B)304.43º69.95%83.53%-
XYZ39.9322.0858.03-
YUV124.28171.86191.28-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.47%
GREEN value IS 64 (25.39% from 255) = 13.36%
BLUE value IS 202 (79.30% from 255) = 42.17%
R=44.47%
G=13.36%
B=42.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136420200.700.050.16304.4363.9554.31
HexD540CA0465101304036
Octal325100312010652046010066
Binary1101010110000001100101001000110101100001001100001000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D540CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D540CA; }

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

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

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

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

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

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

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

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