#d440c1

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

Shades of Fuchsia #D440C1

Tints of Fuchsia #D440C1

Color information

#D440C1 (or 0xD440C1) is unknown color: approx Fuchsia. HEX triplet: D4, 40 and C1. RGB value is (212,64,193). Sum of RGB (Red+Green+Blue) = 212+64+193=469 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.20% from 469); Green value is 64 (25.39% from 255 or 13.65% from 469); Blue value is 193 (75.78% from 255 or 41.15% from 469); Max value from RGB is 212 - color contains mainly: red. Hex color #D440C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D440C1 is #2BBF3E. Grayscale: #7A7A7A. Windows color (decimal): -2867007 or 12665044. OLE color: 12665044.

HSL color Cylindrical-coordinate representation of color #D440C1: hue angle of 307.7º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D440C1 is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB21264193-
CMYK00.700.090.17
HSL307.7º63.25%54.12%-
HSV(B)307.7º69.81%83.14%-
XYZ38.6121.5152.57-
YUV122.96167.53191.51-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.20%
GREEN value IS 64 (25.39% from 255) = 13.65%
BLUE value IS 193 (75.78% from 255) = 41.15%
R=45.20%
G=13.65%
B=41.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2126419300.700.090.17307.763.2554.12
HexD440C10469111343f36
Octal324100301010611214647766
Binary1101010010000001100000101000110100110001100110100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d440c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d440c1; }

 p { color: rgb(212,64,193); }

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

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

 a { background-color: rgb(212,64,193); }

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

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

 span { border-color: rgb(212,64,193); }

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