Html Css Color HEX #D22ED5 Fuchsia

📋 copy color: '#D22ED5'

red 210 ◦ green 46 ◦ blue 213

#D22ED5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #D22ED5

Tints of Fuchsia #D22ED5

RGB

 RED value IS 210 (82.42% from 255) = 44.78%

 GREEN value IS 46 (18.36% from 255) = 9.81%

 BLUE value IS 213 (83.59% from 255) = 45.42%

R = 44.78%
G = 9.81%
B = 45.42%

CMYK

 C value IS 0.01

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D22ED5 (or 0xD22ED5) is known color: Fuchsia. HEX triplet: D2, 2E and D5. RGB value is (210,46,213). Sum of RGB (Red+Green+Blue) = 210+46+213=469 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.78% from 469); Green value is 46 (18.36% from 255 or 9.81% from 469); Blue value is 213 (83.59% from 255 or 45.42% from 469); Max value from RGB is 213 - color contains mainly: blue. Hex color #D22ED5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D22ED5 is #2DD12A. Grayscale: #717171. Windows color (decimal): -3002667 or 13971154. OLE color: 13971154.

HSL color Cylindrical-coordinate representation of color #D22ED5: hue angle of 298.92º degrees, saturation: 0.67, 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 #D22ED5 is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 46 213 -
CMYK 0.01 0.78 0 0.16
HSL 298.92º 0.67% 0.51% -
HSV(B) 298.92º 0.78% 0.84% -
XYZ 39.57 20.46 64.81 -
YUV 114.07 183.83 196.42 -
System Red Green Blue C M Y K H S L
Decimal 210 46 213 0.01 0.78 0 0.16 298.92 0.67 0.51
Hex D2 2E D5 1 4E 0 10 12B 43 33
Octal 322 56 325 1 116 0 20 453 103 63
Binary 11010010 101110 11010101 1 1001110 0 10000 100101011 1000011 110011

Color Harmonies of #D22ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22ED5

Black with #D22ED5

Text Example


Text Example

White with #D22ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22ED5; }

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

 H1.HeaderClassName
 {
   color: #D22ED5;
 }
 .AnyTagClassName
 {
   color: #D22ED5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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