#d22fd7

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

Shades of Fuchsia #D22FD7

Tints of Fuchsia #D22FD7

Color information

#D22FD7 (or 0xD22FD7) is unknown color: approx Fuchsia. HEX triplet: D2, 2F and D7. RGB value is (210,47,215). Sum of RGB (Red+Green+Blue) = 210+47+215=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 47 (18.75% from 255 or 9.96% from 472); Blue value is 215 (84.38% from 255 or 45.55% from 472); Max value from RGB is 215 - color contains mainly: blue. Hex color #D22FD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D22FD7 is #2DD028. Grayscale: #727272. Windows color (decimal): -3002409 or 14102482. OLE color: 14102482.

HSL color Cylindrical-coordinate representation of color #D22FD7: hue angle of 298.21º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D22FD7 is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB21047215-
CMYK0.020.7800.16
HSL298.21º67.74%51.37%-
HSV(B)298.21º78.14%84.31%-
XYZ39.8620.6466.17-
YUV114.89184.5195.84-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.49%
GREEN value IS 47 (18.75% from 255) = 9.96%
BLUE value IS 215 (84.38% from 255) = 45.55%
R=44.49%
G=9.96%
B=45.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal210472150.020.7800.16298.2167.7451.37
HexD22FD724E01012a4433
Octal32257327211602045210463
Binary11010010101111110101111010011100100001001010101000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d22fd7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d22fd7; }

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

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

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

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

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

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

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

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