#D22FD0

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

Shades of Fuchsia #D22FD0

Tints of Fuchsia #D22FD0

Color information

#D22FD0 (or 0xD22FD0) is unknown color: approx Fuchsia. HEX triplet: D2, 2F and D0. RGB value is (210,47,208). Sum of RGB (Red+Green+Blue) = 210+47+208=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 47 (18.75% from 255 or 10.11% from 465); Blue value is 208 (81.64% from 255 or 44.73% from 465); Max value from RGB is 210 - color contains mainly: red. Hex color #D22FD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D22FD0 is #2DD02F. Grayscale: #717171. Windows color (decimal): -3002416 or 13643730. OLE color: 13643730.

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

Color convert

RGB21047208-
CMYK00.780.010.18
HSL300.74º64.43%50.39%-
HSV(B)300.74º77.62%82.35%-
XYZ38.9820.2961.54-
YUV114.09181196.41-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.16%
GREEN value IS 47 (18.75% from 255) = 10.11%
BLUE value IS 208 (81.64% from 255) = 44.73%
R=45.16%
G=10.11%
B=44.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2104720800.780.010.18300.7464.4350.39
HexD22FD004E11212d4032
Octal32257320011612245510062
Binary1101001010111111010000010011101100101001011011000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D22FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D22FD0; }

 p { color: rgb(210,47,208); }

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

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

 a { background-color: rgb(210,47,208); }

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

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

 span { border-color: rgb(210,47,208); }

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