Html Css Color HEX #D52EC7 Fuchsia

📋 copy color: '#D52EC7'

red 213 ◦ green 46 ◦ blue 199

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

Shades of Fuchsia #D52EC7

Tints of Fuchsia #D52EC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 43.45%

R = 46.51%
G = 10.04%
B = 43.45%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D52EC7 (or 0xD52EC7) is known color: Fuchsia. HEX triplet: D5, 2E and C7. RGB value is (213,46,199). Sum of RGB (Red+Green+Blue) = 213+46+199=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 46 (18.36% from 255 or 10.04% from 458); Blue value is 199 (78.12% from 255 or 43.45% from 458); Max value from RGB is 213 - color contains mainly: red. Hex color #D52EC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52EC7 is #2AD138. Grayscale: #707070. Windows color (decimal): -2806073 or 13053653. OLE color: 13053653.

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

Color convert

RGB 213 46 199 -
CMYK 0 0.78 0.07 0.16
HSL 305.03º 0.67% 0.51% -
HSV(B) 305.03º 0.78% 0.84% -
XYZ 38.73 20.22 55.9 -
YUV 113.38 176.33 199.06 -
System Red Green Blue C M Y K H S L
Decimal 213 46 199 0 0.78 0.07 0.16 305.03 0.67 0.51
Hex D5 2E C7 0 4E 7 10 131 43 33
Octal 325 56 307 0 116 7 20 461 103 63
Binary 11010101 101110 11000111 0 1001110 111 10000 100110001 1000011 110011

Color Harmonies of #D52EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52EC7

Black with #D52EC7

Text Example


Text Example

White with #D52EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52EC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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