#D141C7

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

Shades of Fuchsia #D141C7

Tints of Fuchsia #D141C7

Color information

#D141C7 (or 0xD141C7) is unknown color: approx Fuchsia. HEX triplet: D1, 41 and C7. RGB value is (209,65,199). Sum of RGB (Red+Green+Blue) = 209+65+199=473 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.19% from 473); Green value is 65 (25.78% from 255 or 13.74% from 473); Blue value is 199 (78.12% from 255 or 42.07% from 473); Max value from RGB is 209 - color contains mainly: red. Hex color #D141C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D141C7 is #2EBE38. Grayscale: #7A7A7A. Windows color (decimal): -3063353 or 13058513. OLE color: 13058513.

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

Color convert

RGB20965199-
CMYK00.690.050.18
HSL304.17º61.02%53.73%-
HSV(B)304.17º68.9%81.96%-
XYZ38.4921.4656.15-
YUV123.33170.71189.1-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.19%
GREEN value IS 65 (25.78% from 255) = 13.74%
BLUE value IS 199 (78.12% from 255) = 42.07%
R=44.19%
G=13.74%
B=42.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096519900.690.050.18304.1761.0253.73
HexD141C70455121303d36
Octal32110130701055224607566
Binary110100011000001110001110100010110110010100110000111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D141C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D141C7; }

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

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

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

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

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

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

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

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