Html Css Color HEX #D52EC2 Fuchsia

📋 copy color: '#D52EC2'

red 213 ◦ green 46 ◦ blue 194

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

Shades of Fuchsia #D52EC2

Tints of Fuchsia #D52EC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 42.83%

R = 47.02%
G = 10.15%
B = 42.83%

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

#D52EC2 (or 0xD52EC2) is known color: Fuchsia. HEX triplet: D5, 2E and C2. RGB value is (213,46,194). Sum of RGB (Red+Green+Blue) = 213+46+194=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 46 (18.36% from 255 or 10.15% from 453); Blue value is 194 (76.17% from 255 or 42.83% from 453); Max value from RGB is 213 - color contains mainly: red. Hex color #D52EC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52EC2 is #2AD13D. Grayscale: #707070. Windows color (decimal): -2806078 or 12725973. OLE color: 12725973.

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

Color convert

RGB 213 46 194 -
CMYK 0 0.78 0.09 0.16
HSL 306.83º 0.67% 0.51% -
HSV(B) 306.83º 0.78% 0.84% -
XYZ 38.16 20 52.89 -
YUV 112.81 173.83 199.47 -
System Red Green Blue C M Y K H S L
Decimal 213 46 194 0 0.78 0.09 0.16 306.83 0.67 0.51
Hex D5 2E C2 0 4E 9 10 133 43 33
Octal 325 56 302 0 116 11 20 463 103 63
Binary 11010101 101110 11000010 0 1001110 1001 10000 100110011 1000011 110011

Color Harmonies of #D52EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52EC2

Black with #D52EC2

Text Example


Text Example

White with #D52EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52EC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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