#D451C6

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

Shades of Fuchsia #D451C6

Tints of Fuchsia #D451C6

Color information

#D451C6 (or 0xD451C6) is unknown color: approx Fuchsia. HEX triplet: D4, 51 and C6. RGB value is (212,81,198). Sum of RGB (Red+Green+Blue) = 212+81+198=491 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.18% from 491); Green value is 81 (32.03% from 255 or 16.50% from 491); Blue value is 198 (77.73% from 255 or 40.33% from 491); Max value from RGB is 212 - color contains mainly: red. Hex color #D451C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D451C6 is #2BAE39. Grayscale: #858585. Windows color (decimal): -2862650 or 12997076. OLE color: 12997076.

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

Color convert

RGB21281198-
CMYK00.620.070.17
HSL306.41º60.37%57.45%-
HSV(B)306.41º61.79%83.14%-
XYZ40.2923.9655.93-
YUV133.51164.4183.99-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.18%
GREEN value IS 81 (32.03% from 255) = 16.50%
BLUE value IS 198 (77.73% from 255) = 40.33%
R=43.18%
G=16.50%
B=40.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.07
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2128119800.620.070.17306.4160.3757.45
HexD451C603E7111323c39
Octal3241213060767214627471
Binary11010100101000111000110011111011110001100110010111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D451C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D451C6; }

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

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

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

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

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

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

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

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