Html Css Color HEX #D52ED1 Fuchsia

📋 copy color: '#D52ED1'

red 213 ◦ green 46 ◦ blue 209

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

Shades of Fuchsia #D52ED1

Tints of Fuchsia #D52ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 44.66%

R = 45.51%
G = 9.83%
B = 44.66%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D52ED1 (or 0xD52ED1) is known color: Fuchsia. HEX triplet: D5, 2E and D1. RGB value is (213,46,209). Sum of RGB (Red+Green+Blue) = 213+46+209=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 46 (18.36% from 255 or 9.83% from 468); Blue value is 209 (82.03% from 255 or 44.66% from 468); Max value from RGB is 213 - color contains mainly: red. Hex color #D52ED1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52ED1 is #2AD12E. Grayscale: #727272. Windows color (decimal): -2806063 or 13709013. OLE color: 13709013.

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

Color convert

RGB 213 46 209 -
CMYK 0 0.78 0.02 0.16
HSL 301.44º 0.67% 0.51% -
HSV(B) 301.44º 0.78% 0.84% -
XYZ 39.93 20.7 62.21 -
YUV 114.52 181.33 198.25 -
System Red Green Blue C M Y K H S L
Decimal 213 46 209 0 0.78 0.02 0.16 301.44 0.67 0.51
Hex D5 2E D1 0 4E 2 10 12D 43 33
Octal 325 56 321 0 116 2 20 455 103 63
Binary 11010101 101110 11010001 0 1001110 10 10000 100101101 1000011 110011

Color Harmonies of #D52ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52ED1

Black with #D52ED1

Text Example


Text Example

White with #D52ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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