#D142C5

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

Shades of Fuchsia #D142C5

Tints of Fuchsia #D142C5

Color information

#D142C5 (or 0xD142C5) is unknown color: approx Fuchsia. HEX triplet: D1, 42 and C5. RGB value is (209,66,197). Sum of RGB (Red+Green+Blue) = 209+66+197=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 66 (26.17% from 255 or 13.98% from 472); Blue value is 197 (77.34% from 255 or 41.74% from 472); Max value from RGB is 209 - color contains mainly: red. Hex color #D142C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D142C5 is #2EBD3A. Grayscale: #7B7B7B. Windows color (decimal): -3063099 or 12927697. OLE color: 12927697.

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

Color convert

RGB20966197-
CMYK00.680.060.18
HSL305.03º60.85%53.92%-
HSV(B)305.03º68.42%81.96%-
XYZ38.3221.4854.95-
YUV123.69169.38188.85-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.28%
GREEN value IS 66 (26.17% from 255) = 13.98%
BLUE value IS 197 (77.34% from 255) = 41.74%
R=44.28%
G=13.98%
B=41.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096619700.680.060.18305.0360.8553.92
HexD142C50446121313d36
Octal32110230501046224617566
Binary110100011000010110001010100010011010010100110001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D142C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D142C5; }

 p { color: rgb(209,66,197); }

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

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

 a { background-color: rgb(209,66,197); }

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

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

 span { border-color: rgb(209,66,197); }

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