#D636C0

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

Shades of Fuchsia #D636C0

Tints of Fuchsia #D636C0

Color information

#D636C0 (or 0xD636C0) is unknown color: approx Fuchsia. HEX triplet: D6, 36 and C0. RGB value is (214,54,192). Sum of RGB (Red+Green+Blue) = 214+54+192=460 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.52% from 460); Green value is 54 (21.48% from 255 or 11.74% from 460); Blue value is 192 (75.39% from 255 or 41.74% from 460); Max value from RGB is 214 - color contains mainly: red. Hex color #D636C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D636C0 is #29C93F. Grayscale: #757575. Windows color (decimal): -2738496 or 12596950. OLE color: 12596950.

HSL color Cylindrical-coordinate representation of color #D636C0: hue angle of 308.25º degrees, saturation: 0.66, 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 #D636C0 is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB21454192-
CMYK00.750.100.16
HSL308.25º66.12%52.55%-
HSV(B)308.25º74.77%83.92%-
XYZ38.5720.7451.84-
YUV117.57170.01196.78-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.52%
GREEN value IS 54 (21.48% from 255) = 11.74%
BLUE value IS 192 (75.39% from 255) = 41.74%
R=46.52%
G=11.74%
B=41.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2145419200.750.100.16308.2566.1252.55
HexD636C004BA101344235
Octal326663000113122046410265
Binary1101011011011011000000010010111010100001001101001000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D636C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D636C0; }

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

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

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

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

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

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

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

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