#D441CD

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

Shades of Fuchsia #D441CD

Tints of Fuchsia #D441CD

Color information

#D441CD (or 0xD441CD) is unknown color: approx Fuchsia. HEX triplet: D4, 41 and CD. RGB value is (212,65,205). Sum of RGB (Red+Green+Blue) = 212+65+205=482 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.98% from 482); Green value is 65 (25.78% from 255 or 13.49% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 212 - color contains mainly: red. Hex color #D441CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D441CD is #2BBE32. Grayscale: #7C7C7C. Windows color (decimal): -2866739 or 13451732. OLE color: 13451732.

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

Color convert

RGB21265205-
CMYK00.690.030.17
HSL302.86º63.09%54.31%-
HSV(B)302.86º69.34%83.14%-
XYZ40.0622.1959.93-
YUV124.91173.2190.12-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.98%
GREEN value IS 65 (25.78% from 255) = 13.49%
BLUE value IS 205 (80.47% from 255) = 42.53%
R=43.98%
G=13.49%
B=42.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2126520500.690.030.17302.8663.0954.31
HexD441CD04531112f3f36
Octal32410131501053214577766
Binary11010100100000111001101010001011110001100101111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D441CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D441CD; }

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

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

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

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

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

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

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

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