#D231C1

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

Shades of Fuchsia #D231C1

Tints of Fuchsia #D231C1

Color information

#D231C1 (or 0xD231C1) is unknown color: approx Fuchsia. HEX triplet: D2, 31 and C1. RGB value is (210,49,193). Sum of RGB (Red+Green+Blue) = 210+49+193=452 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.46% from 452); Green value is 49 (19.53% from 255 or 10.84% from 452); Blue value is 193 (75.78% from 255 or 42.70% from 452); Max value from RGB is 210 - color contains mainly: red. Hex color #D231C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D231C1 is #2DCE3E. Grayscale: #717171. Windows color (decimal): -3001919 or 12661202. OLE color: 12661202.

HSL color Cylindrical-coordinate representation of color #D231C1: hue angle of 306.34º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D231C1 is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB21049193-
CMYK00.770.080.18
HSL306.34º64.14%50.78%-
HSV(B)306.34º76.67%82.35%-
XYZ37.319.7552.3-
YUV113.56172.84196.79-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.46%
GREEN value IS 49 (19.53% from 255) = 10.84%
BLUE value IS 193 (75.78% from 255) = 42.70%
R=46.46%
G=10.84%
B=42.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2104919300.770.080.18306.3464.1450.78
HexD231C104D8121324033
Octal322613010115102246210063
Binary1101001011000111000001010011011000100101001100101000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D231C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D231C1; }

 p { color: rgb(210,49,193); }

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

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

 a { background-color: rgb(210,49,193); }

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

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

 span { border-color: rgb(210,49,193); }

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