#D22EBE

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

Shades of Fuchsia #D22EBE

Tints of Fuchsia #D22EBE

Color information

#D22EBE (or 0xD22EBE) is unknown color: approx Fuchsia. HEX triplet: D2, 2E and BE. RGB value is (210,46,190). Sum of RGB (Red+Green+Blue) = 210+46+190=446 (59% of max value = 765). Red value is 210 (82.42% from 255 or 47.09% from 446); Green value is 46 (18.36% from 255 or 10.31% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 210 - color contains mainly: red. Hex color #D22EBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D22EBE is #2DD141. Grayscale: #6F6F6F. Windows color (decimal): -3002690 or 12463826. OLE color: 12463826.

HSL color Cylindrical-coordinate representation of color #D22EBE: hue angle of 307.32º degrees, saturation: 0.65, 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 #D22EBE is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB21046190-
CMYK00.780.100.18
HSL307.32º64.57%50.2%-
HSV(B)307.32º78.1%82.35%-
XYZ36.8519.3750.51-
YUV111.45172.33198.29-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.09%
GREEN value IS 46 (18.36% from 255) = 10.31%
BLUE value IS 190 (74.61% from 255) = 42.60%
R=47.09%
G=10.31%
B=42.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2104619000.780.100.18307.3264.5750.2
HexD22EBE04EA121334132
Octal322562760116122246310162
Binary1101001010111010111110010011101010100101001100111000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D22EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D22EBE; }

 p { color: rgb(210,46,190); }

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

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

 a { background-color: rgb(210,46,190); }

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

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

 span { border-color: rgb(210,46,190); }

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