#d142be

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

Shades of Fuchsia #D142BE

Tints of Fuchsia #D142BE

Color information

#D142BE (or 0xD142BE) is unknown color: approx Fuchsia. HEX triplet: D1, 42 and BE. RGB value is (209,66,190). Sum of RGB (Red+Green+Blue) = 209+66+190=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 66 (26.17% from 255 or 14.19% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 209 - color contains mainly: red. Hex color #D142BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D142BE is #2EBD41. Grayscale: #7A7A7A. Windows color (decimal): -3063106 or 12468945. OLE color: 12468945.

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

Color convert

RGB20966190-
CMYK00.680.090.18
HSL307.97º60.85%53.92%-
HSV(B)307.97º68.42%81.96%-
XYZ37.5421.1750.82-
YUV122.89165.88189.42-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.95%
GREEN value IS 66 (26.17% from 255) = 14.19%
BLUE value IS 190 (74.61% from 255) = 40.86%
R=44.95%
G=14.19%
B=40.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096619000.680.090.18307.9760.8553.92
HexD142BE0449121343d36
Octal321102276010411224647566
Binary1101000110000101011111001000100100110010100110100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d142be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d142be; }

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

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

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

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

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

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

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

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