#D739C0

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

Shades of Fuchsia #D739C0

Tints of Fuchsia #D739C0

Color information

#D739C0 (or 0xD739C0) is unknown color: approx Fuchsia. HEX triplet: D7, 39 and C0. RGB value is (215,57,192). Sum of RGB (Red+Green+Blue) = 215+57+192=464 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.34% from 464); Green value is 57 (22.66% from 255 or 12.28% from 464); Blue value is 192 (75.39% from 255 or 41.38% from 464); Max value from RGB is 215 - color contains mainly: red. Hex color #D739C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D739C0 is #28C63F. Grayscale: #777777. Windows color (decimal): -2672192 or 12597719. OLE color: 12597719.

HSL color Cylindrical-coordinate representation of color #D739C0: hue angle of 308.73º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D739C0 is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB21557192-
CMYK00.730.110.16
HSL308.73º66.39%53.33%-
HSV(B)308.73º73.49%84.31%-
XYZ3921.1851.9-
YUV119.63168.85196.02-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.34%
GREEN value IS 57 (22.66% from 255) = 12.28%
BLUE value IS 192 (75.39% from 255) = 41.38%
R=46.34%
G=12.28%
B=41.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2155719200.730.110.16308.7366.3953.33
HexD739C0049B101354235
Octal327713000111132046510265
Binary1101011111100111000000010010011011100001001101011000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D739C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D739C0; }

 p { color: rgb(215,57,192); }

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

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

 a { background-color: rgb(215,57,192); }

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

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

 span { border-color: rgb(215,57,192); }

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