#D141CD

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

Shades of Fuchsia #D141CD

Tints of Fuchsia #D141CD

Color information

#D141CD (or 0xD141CD) is unknown color: approx Fuchsia. HEX triplet: D1, 41 and CD. RGB value is (209,65,205). Sum of RGB (Red+Green+Blue) = 209+65+205=479 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.63% from 479); Green value is 65 (25.78% from 255 or 13.57% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 209 - color contains mainly: red. Hex color #D141CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D141CD is #2EBE32. Grayscale: #7B7B7B. Windows color (decimal): -3063347 or 13451729. OLE color: 13451729.

HSL color Cylindrical-coordinate representation of color #D141CD: hue angle of 301.67º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D141CD is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB20965205-
CMYK00.690.020.18
HSL301.67º61.02%53.73%-
HSV(B)301.67º68.9%81.96%-
XYZ39.221.7459.89-
YUV124.02173.71188.62-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.63%
GREEN value IS 65 (25.78% from 255) = 13.57%
BLUE value IS 205 (80.47% from 255) = 42.80%
R=43.63%
G=13.57%
B=42.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096520500.690.020.18301.6761.0253.73
HexD141CD04521212e3d36
Octal32110131501052224567566
Binary11010001100000111001101010001011010010100101110111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D141CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D141CD; }

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

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

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

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

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

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

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

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