Html Css Color HEX #D52ED2 Fuchsia

📋 copy color: '#D52ED2'

red 213 ◦ green 46 ◦ blue 210

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

Shades of Fuchsia #D52ED2

Tints of Fuchsia #D52ED2

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

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

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

Color convert

RGB 213 46 210 -
CMYK 0 0.78 0.01 0.16
HSL 301.08º 0.67% 0.51% -
HSV(B) 301.08º 0.78% 0.84% -
XYZ 40.05 20.75 62.87 -
YUV 114.63 181.83 198.16 -
System Red Green Blue C M Y K H S L
Decimal 213 46 210 0 0.78 0.01 0.16 301.08 0.67 0.51
Hex D5 2E D2 0 4E 1 10 12D 43 33
Octal 325 56 322 0 116 1 20 455 103 63
Binary 11010101 101110 11010010 0 1001110 1 10000 100101101 1000011 110011

Color Harmonies of #D52ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52ED2

Black with #D52ED2

Text Example


Text Example

White with #D52ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52ED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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