#D435C6

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

Shades of Fuchsia #D435C6

Tints of Fuchsia #D435C6

Color information

#D435C6 (or 0xD435C6) is unknown color: approx Fuchsia. HEX triplet: D4, 35 and C6. RGB value is (212,53,198). Sum of RGB (Red+Green+Blue) = 212+53+198=463 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.79% from 463); Green value is 53 (21.09% from 255 or 11.45% from 463); Blue value is 198 (77.73% from 255 or 42.76% from 463); Max value from RGB is 212 - color contains mainly: red. Hex color #D435C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D435C6 is #2BCA39. Grayscale: #747474. Windows color (decimal): -2869818 or 12989908. OLE color: 12989908.

HSL color Cylindrical-coordinate representation of color #D435C6: hue angle of 305.28º 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 #D435C6 is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.17.

Color convert

RGB21253198-
CMYK00.750.070.17
HSL305.28º64.9%51.96%-
HSV(B)305.28º75%83.14%-
XYZ38.6220.6255.37-
YUV117.07173.68195.71-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.79%
GREEN value IS 53 (21.09% from 255) = 11.45%
BLUE value IS 198 (77.73% from 255) = 42.76%
R=45.79%
G=11.45%
B=42.76%

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
Decimal2125319800.750.070.17305.2864.951.96
HexD435C604B7111314134
Octal32465306011372146110164
Binary110101001101011100011001001011111100011001100011000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D435C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D435C6; }

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

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

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

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

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

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

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

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