Html Css Color HEX #D52EC3 Fuchsia

📋 copy color: '#D52EC3'

red 213 ◦ green 46 ◦ blue 195

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

Shades of Fuchsia #D52EC3

Tints of Fuchsia #D52EC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 42.95%

R = 46.92%
G = 10.13%
B = 42.95%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D52EC3 (or 0xD52EC3) is known color: Fuchsia. HEX triplet: D5, 2E and C3. RGB value is (213,46,195). Sum of RGB (Red+Green+Blue) = 213+46+195=454 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.92% from 454); Green value is 46 (18.36% from 255 or 10.13% from 454); Blue value is 195 (76.56% from 255 or 42.95% from 454); Max value from RGB is 213 - color contains mainly: red. Hex color #D52EC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52EC3 is #2AD13C. Grayscale: #707070. Windows color (decimal): -2806077 or 12791509. OLE color: 12791509.

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

Color convert

RGB 213 46 195 -
CMYK 0 0.78 0.08 0.16
HSL 306.47º 0.67% 0.51% -
HSV(B) 306.47º 0.78% 0.84% -
XYZ 38.27 20.04 53.48 -
YUV 112.92 174.33 199.38 -
System Red Green Blue C M Y K H S L
Decimal 213 46 195 0 0.78 0.08 0.16 306.47 0.67 0.51
Hex D5 2E C3 0 4E 8 10 132 43 33
Octal 325 56 303 0 116 10 20 462 103 63
Binary 11010101 101110 11000011 0 1001110 1000 10000 100110010 1000011 110011

Color Harmonies of #D52EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52EC3

Black with #D52EC3

Text Example


Text Example

White with #D52EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52EC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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