#D431C0

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

Shades of Fuchsia #D431C0

Tints of Fuchsia #D431C0

Color information

#D431C0 (or 0xD431C0) is unknown color: approx Fuchsia. HEX triplet: D4, 31 and C0. RGB value is (212,49,192). Sum of RGB (Red+Green+Blue) = 212+49+192=453 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.80% from 453); Green value is 49 (19.53% from 255 or 10.82% from 453); Blue value is 192 (75.39% from 255 or 42.38% from 453); Max value from RGB is 212 - color contains mainly: red. Hex color #D431C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D431C0 is #2BCE3F. Grayscale: #717171. Windows color (decimal): -2870848 or 12595668. OLE color: 12595668.

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

Color convert

RGB21249192-
CMYK00.770.090.17
HSL307.36º65.46%51.18%-
HSV(B)307.36º76.89%83.14%-
XYZ37.762051.74-
YUV114.04172197.87-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.80%
GREEN value IS 49 (19.53% from 255) = 10.82%
BLUE value IS 192 (75.39% from 255) = 42.38%
R=46.80%
G=10.82%
B=42.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2124919200.770.090.17307.3665.4651.18
HexD431C004D9111334133
Octal324613000115112146310163
Binary1101010011000111000000010011011001100011001100111000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D431C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D431C0; }

 p { color: rgb(212,49,192); }

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

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

 a { background-color: rgb(212,49,192); }

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

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

 span { border-color: rgb(212,49,192); }

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