#D263C0

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

Shades of Fuchsia #D263C0

Tints of Fuchsia #D263C0

Color information

#D263C0 (or 0xD263C0) is unknown color: approx Fuchsia. HEX triplet: D2, 63 and C0. RGB value is (210,99,192). Sum of RGB (Red+Green+Blue) = 210+99+192=501 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.92% from 501); Green value is 99 (39.06% from 255 or 19.76% from 501); Blue value is 192 (75.39% from 255 or 38.32% from 501); Max value from RGB is 210 - color contains mainly: red. Hex color #D263C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D263C0 is #2D9C3F. Grayscale: #8E8E8E. Windows color (decimal): -2989120 or 12608466. OLE color: 12608466.

HSL color Cylindrical-coordinate representation of color #D263C0: hue angle of 309.73º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D263C0 is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB21099192-
CMYK00.530.090.18
HSL309.73º55.22%60.59%-
HSV(B)309.73º52.86%82.35%-
XYZ40.5526.4352.83-
YUV142.79155.77175.94-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.92%
GREEN value IS 99 (39.06% from 255) = 19.76%
BLUE value IS 192 (75.39% from 255) = 38.32%
R=41.92%
G=19.76%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109919200.530.090.18309.7355.2260.59
HexD263C0035912136373d
Octal32214330006511224666775
Binary110100101100011110000000110101100110010100110110110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D263C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D263C0; }

 p { color: rgb(210,99,192); }

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

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

 a { background-color: rgb(210,99,192); }

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

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

 span { border-color: rgb(210,99,192); }

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