Html Css Color HEX #D52EC0 Fuchsia

📋 copy color: '#D52EC0'

red 213 ◦ green 46 ◦ blue 192

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

Shades of Fuchsia #D52EC0

Tints of Fuchsia #D52EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 42.57%

R = 47.23%
G = 10.2%
B = 42.57%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D52EC0 (or 0xD52EC0) is known color: Fuchsia. HEX triplet: D5, 2E and C0. RGB value is (213,46,192). Sum of RGB (Red+Green+Blue) = 213+46+192=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 46 (18.36% from 255 or 10.20% from 451); Blue value is 192 (75.39% from 255 or 42.57% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D52EC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52EC0 is #2AD13F. Grayscale: #707070. Windows color (decimal): -2806080 or 12594901. OLE color: 12594901.

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

Color convert

RGB 213 46 192 -
CMYK 0 0.78 0.10 0.16
HSL 307.54º 0.67% 0.51% -
HSV(B) 307.54º 0.78% 0.84% -
XYZ 37.93 19.91 51.71 -
YUV 112.58 172.83 199.63 -
System Red Green Blue C M Y K H S L
Decimal 213 46 192 0 0.78 0.10 0.16 307.54 0.67 0.51
Hex D5 2E C0 0 4E A 10 134 43 33
Octal 325 56 300 0 116 12 20 464 103 63
Binary 11010101 101110 11000000 0 1001110 1010 10000 100110100 1000011 110011

Color Harmonies of #D52EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52EC0

Black with #D52EC0

Text Example


Text Example

White with #D52EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52EC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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