Html Css Color HEX #D52EC4 Fuchsia

📋 copy color: '#D52EC4'

red 213 ◦ green 46 ◦ blue 196

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

Shades of Fuchsia #D52EC4

Tints of Fuchsia #D52EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 43.08%

R = 46.81%
G = 10.11%
B = 43.08%

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

#D52EC4 (or 0xD52EC4) is known color: Fuchsia. HEX triplet: D5, 2E and C4. RGB value is (213,46,196). Sum of RGB (Red+Green+Blue) = 213+46+196=455 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.81% from 455); Green value is 46 (18.36% from 255 or 10.11% from 455); Blue value is 196 (76.95% from 255 or 43.08% from 455); Max value from RGB is 213 - color contains mainly: red. Hex color #D52EC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52EC4 is #2AD13B. Grayscale: #707070. Windows color (decimal): -2806076 or 12857045. OLE color: 12857045.

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

Color convert

RGB 213 46 196 -
CMYK 0 0.78 0.08 0.16
HSL 306.11º 0.67% 0.51% -
HSV(B) 306.11º 0.78% 0.84% -
XYZ 38.38 20.09 54.08 -
YUV 113.03 174.83 199.3 -
System Red Green Blue C M Y K H S L
Decimal 213 46 196 0 0.78 0.08 0.16 306.11 0.67 0.51
Hex D5 2E C4 0 4E 8 10 132 43 33
Octal 325 56 304 0 116 10 20 462 103 63
Binary 11010101 101110 11000100 0 1001110 1000 10000 100110010 1000011 110011

Color Harmonies of #D52EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52EC4

Black with #D52EC4

Text Example


Text Example

White with #D52EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52EC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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