#D63CC1

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

Shades of Fuchsia #D63CC1

Tints of Fuchsia #D63CC1

Color information

#D63CC1 (or 0xD63CC1) is unknown color: approx Fuchsia. HEX triplet: D6, 3C and C1. RGB value is (214,60,193). Sum of RGB (Red+Green+Blue) = 214+60+193=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 60 (23.83% from 255 or 12.85% from 467); Blue value is 193 (75.78% from 255 or 41.33% from 467); Max value from RGB is 214 - color contains mainly: red. Hex color #D63CC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63CC1 is #29C33E. Grayscale: #787878. Windows color (decimal): -2736959 or 12664022. OLE color: 12664022.

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

Color convert

RGB21460193-
CMYK00.720.100.16
HSL308.18º65.25%53.73%-
HSV(B)308.18º71.96%83.92%-
XYZ38.9721.3852.52-
YUV121.21168.52194.19-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.82%
GREEN value IS 60 (23.83% from 255) = 12.85%
BLUE value IS 193 (75.78% from 255) = 41.33%
R=45.82%
G=12.85%
B=41.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2146019300.720.100.16308.1865.2553.73
HexD63CC1048A101344136
Octal326743010110122046410166
Binary1101011011110011000001010010001010100001001101001000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63CC1; }

 p { color: rgb(214,60,193); }

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

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

 a { background-color: rgb(214,60,193); }

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

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

 span { border-color: rgb(214,60,193); }

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