#D440CD

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

Shades of Fuchsia #D440CD

Tints of Fuchsia #D440CD

Color information

#D440CD (or 0xD440CD) is unknown color: approx Fuchsia. HEX triplet: D4, 40 and CD. RGB value is (212,64,205). Sum of RGB (Red+Green+Blue) = 212+64+205=481 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.07% from 481); Green value is 64 (25.39% from 255 or 13.31% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 212 - color contains mainly: red. Hex color #D440CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D440CD is #2BBF32. Grayscale: #7B7B7B. Windows color (decimal): -2866995 or 13451476. OLE color: 13451476.

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

Color convert

RGB21264205-
CMYK00.700.030.17
HSL302.84º63.25%54.12%-
HSV(B)302.84º69.81%83.14%-
XYZ4022.0759.91-
YUV124.33173.53190.54-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.07%
GREEN value IS 64 (25.39% from 255) = 13.31%
BLUE value IS 205 (80.47% from 255) = 42.62%
R=44.07%
G=13.31%
B=42.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2126420500.700.030.17302.8463.2554.12
HexD440CD04631112f3f36
Octal32410031501063214577766
Binary11010100100000011001101010001101110001100101111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D440CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D440CD; }

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

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

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

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

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

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

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

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