Html Css Color HEX #D52EC1 Fuchsia

📋 copy color: '#D52EC1'

red 213 ◦ green 46 ◦ blue 193

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

Shades of Fuchsia #D52EC1

Tints of Fuchsia #D52EC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 42.7%

R = 47.12%
G = 10.18%
B = 42.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D52EC1 (or 0xD52EC1) is known color: Fuchsia. HEX triplet: D5, 2E and C1. RGB value is (213,46,193). Sum of RGB (Red+Green+Blue) = 213+46+193=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 46 (18.36% from 255 or 10.18% from 452); Blue value is 193 (75.78% from 255 or 42.70% from 452); Max value from RGB is 213 - color contains mainly: red. Hex color #D52EC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52EC1 is #2AD13E. Grayscale: #707070. Windows color (decimal): -2806079 or 12660437. OLE color: 12660437.

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

Color convert

RGB 213 46 193 -
CMYK 0 0.78 0.09 0.16
HSL 307.19º 0.67% 0.51% -
HSV(B) 307.19º 0.78% 0.84% -
XYZ 38.04 19.95 52.3 -
YUV 112.69 173.33 199.55 -
System Red Green Blue C M Y K H S L
Decimal 213 46 193 0 0.78 0.09 0.16 307.19 0.67 0.51
Hex D5 2E C1 0 4E 9 10 133 43 33
Octal 325 56 301 0 116 11 20 463 103 63
Binary 11010101 101110 11000001 0 1001110 1001 10000 100110011 1000011 110011

Color Harmonies of #D52EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52EC1

Black with #D52EC1

Text Example


Text Example

White with #D52EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52EC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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