#D036D5

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

Shades of Fuchsia #D036D5

Tints of Fuchsia #D036D5

Color information

#D036D5 (or 0xD036D5) is unknown color: approx Fuchsia. HEX triplet: D0, 36 and D5. RGB value is (208,54,213). Sum of RGB (Red+Green+Blue) = 208+54+213=475 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.79% from 475); Green value is 54 (21.48% from 255 or 11.37% from 475); Blue value is 213 (83.59% from 255 or 44.84% from 475); Max value from RGB is 213 - color contains mainly: blue. Hex color #D036D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D036D5 is #2FC92A. Grayscale: #757575. Windows color (decimal): -3131691 or 13973200. OLE color: 13973200.

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

Color convert

RGB20854213-
CMYK0.020.7500.16
HSL298.11º65.43%52.35%-
HSV(B)298.11º74.65%83.53%-
XYZ39.3420.8564.9-
YUV118.17181.52192.07-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.79%
GREEN value IS 54 (21.48% from 255) = 11.37%
BLUE value IS 213 (83.59% from 255) = 44.84%
R=43.79%
G=11.37%
B=44.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal208542130.020.7500.16298.1165.4352.35
HexD036D524B01012a4134
Octal32066325211302045210164
Binary11010000110110110101011010010110100001001010101000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D036D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D036D5; }

 p { color: rgb(208,54,213); }

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

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

 a { background-color: rgb(208,54,213); }

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

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

 span { border-color: rgb(208,54,213); }

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