#D736C0

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

Shades of Fuchsia #D736C0

Tints of Fuchsia #D736C0

Color information

#D736C0 (or 0xD736C0) is unknown color: approx Fuchsia. HEX triplet: D7, 36 and C0. RGB value is (215,54,192). Sum of RGB (Red+Green+Blue) = 215+54+192=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 54 (21.48% from 255 or 11.71% from 461); Blue value is 192 (75.39% from 255 or 41.65% from 461); Max value from RGB is 215 - color contains mainly: red. Hex color #D736C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D736C0 is #28C93F. Grayscale: #757575. Windows color (decimal): -2672960 or 12596951. OLE color: 12596951.

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

Color convert

RGB21554192-
CMYK00.750.110.16
HSL308.57º66.8%52.75%-
HSV(B)308.57º74.88%84.31%-
XYZ38.8620.8951.85-
YUV117.87169.84197.28-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.64%
GREEN value IS 54 (21.48% from 255) = 11.71%
BLUE value IS 192 (75.39% from 255) = 41.65%
R=46.64%
G=11.71%
B=41.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2155419200.750.110.16308.5766.852.75
HexD736C004BB101354335
Octal327663000113132046510365
Binary1101011111011011000000010010111011100001001101011000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D736C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D736C0; }

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

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

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

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

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

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

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

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