#D141CA

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

Shades of Fuchsia #D141CA

Tints of Fuchsia #D141CA

Color information

#D141CA (or 0xD141CA) is unknown color: approx Fuchsia. HEX triplet: D1, 41 and CA. RGB value is (209,65,202). Sum of RGB (Red+Green+Blue) = 209+65+202=476 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.91% from 476); Green value is 65 (25.78% from 255 or 13.66% from 476); Blue value is 202 (79.30% from 255 or 42.44% from 476); Max value from RGB is 209 - color contains mainly: red. Hex color #D141CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D141CA is #2EBE35. Grayscale: #7B7B7B. Windows color (decimal): -3063350 or 13255121. OLE color: 13255121.

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

Color convert

RGB20965202-
CMYK00.690.030.18
HSL302.92º61.02%53.73%-
HSV(B)302.92º68.9%81.96%-
XYZ38.8521.658-
YUV123.67172.21188.86-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.91%
GREEN value IS 65 (25.78% from 255) = 13.66%
BLUE value IS 202 (79.30% from 255) = 42.44%
R=43.91%
G=13.66%
B=42.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096520200.690.030.18302.9261.0253.73
HexD141CA04531212f3d36
Octal32110131201053224577566
Binary11010001100000111001010010001011110010100101111111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D141CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D141CA; }

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

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

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

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

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

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

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

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