#D435C5

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

Shades of Fuchsia #D435C5

Tints of Fuchsia #D435C5

Color information

#D435C5 (or 0xD435C5) is unknown color: approx Fuchsia. HEX triplet: D4, 35 and C5. RGB value is (212,53,197). Sum of RGB (Red+Green+Blue) = 212+53+197=462 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.89% from 462); Green value is 53 (21.09% from 255 or 11.47% from 462); Blue value is 197 (77.34% from 255 or 42.64% from 462); Max value from RGB is 212 - color contains mainly: red. Hex color #D435C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D435C5 is #2BCA3A. Grayscale: #747474. Windows color (decimal): -2869819 or 12924372. OLE color: 12924372.

HSL color Cylindrical-coordinate representation of color #D435C5: hue angle of 305.66º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D435C5 is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.17.

Color convert

RGB21253197-
CMYK00.750.070.17
HSL305.66º64.9%51.96%-
HSV(B)305.66º75%83.14%-
XYZ38.520.5754.77-
YUV116.96173.18195.79-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.89%
GREEN value IS 53 (21.09% from 255) = 11.47%
BLUE value IS 197 (77.34% from 255) = 42.64%
R=45.89%
G=11.47%
B=42.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.07
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2125319700.750.070.17305.6664.951.96
HexD435C504B7111324134
Octal32465305011372146210164
Binary110101001101011100010101001011111100011001100101000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D435C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D435C5; }

 p { color: rgb(212,53,197); }

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

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

 a { background-color: rgb(212,53,197); }

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

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

 span { border-color: rgb(212,53,197); }

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