#D435C4

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

Shades of Fuchsia #D435C4

Tints of Fuchsia #D435C4

Color information

#D435C4 (or 0xD435C4) is unknown color: approx Fuchsia. HEX triplet: D4, 35 and C4. RGB value is (212,53,196). Sum of RGB (Red+Green+Blue) = 212+53+196=461 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.99% from 461); Green value is 53 (21.09% from 255 or 11.50% from 461); Blue value is 196 (76.95% from 255 or 42.52% from 461); Max value from RGB is 212 - color contains mainly: red. Hex color #D435C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D435C4 is #2BCA3B. Grayscale: #747474. Windows color (decimal): -2869820 or 12858836. OLE color: 12858836.

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

Color convert

RGB21253196-
CMYK00.750.080.17
HSL306.04º64.9%51.96%-
HSV(B)306.04º75%83.14%-
XYZ38.3920.5354.16-
YUV116.84172.68195.87-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.99%
GREEN value IS 53 (21.09% from 255) = 11.50%
BLUE value IS 196 (76.95% from 255) = 42.52%
R=45.99%
G=11.50%
B=42.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.08
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2125319600.750.080.17306.0464.951.96
HexD435C404B8111324134
Octal324653040113102146210164
Binary1101010011010111000100010010111000100011001100101000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D435C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D435C4; }

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

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

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

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

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

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

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

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