#D262C3

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

Shades of Fuchsia #D262C3

Tints of Fuchsia #D262C3

Color information

#D262C3 (or 0xD262C3) is unknown color: approx Fuchsia. HEX triplet: D2, 62 and C3. RGB value is (210,98,195). Sum of RGB (Red+Green+Blue) = 210+98+195=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 98 (38.67% from 255 or 19.48% from 503); Blue value is 195 (76.56% from 255 or 38.77% from 503); Max value from RGB is 210 - color contains mainly: red. Hex color #D262C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D262C3 is #2D9D3C. Grayscale: #8E8E8E. Windows color (decimal): -2989373 or 12804818. OLE color: 12804818.

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

Color convert

RGB21098195-
CMYK00.530.070.18
HSL308.04º55.45%60.39%-
HSV(B)308.04º53.33%82.35%-
XYZ40.826.3854.57-
YUV142.55157.61176.11-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.75%
GREEN value IS 98 (38.67% from 255) = 19.48%
BLUE value IS 195 (76.56% from 255) = 38.77%
R=41.75%
G=19.48%
B=38.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109819500.530.070.18308.0455.4560.39
HexD262C3035712134373c
Octal3221423030657224646774
Binary11010010110001011000011011010111110010100110100110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D262C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D262C3; }

 p { color: rgb(210,98,195); }

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

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

 a { background-color: rgb(210,98,195); }

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

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

 span { border-color: rgb(210,98,195); }

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