Html Css Color HEX #D52ECF Fuchsia

📋 copy color: '#D52ECF'

red 213 ◦ green 46 ◦ blue 207

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

Shades of Fuchsia #D52ECF

Tints of Fuchsia #D52ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.42%

R = 45.71%
G = 9.87%
B = 44.42%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D52ECF (or 0xD52ECF) is known color: Fuchsia. HEX triplet: D5, 2E and CF. RGB value is (213,46,207). Sum of RGB (Red+Green+Blue) = 213+46+207=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 46 (18.36% from 255 or 9.87% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D52ECF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52ECF is #2AD130. Grayscale: #717171. Windows color (decimal): -2806065 or 13577941. OLE color: 13577941.

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

Color convert

RGB 213 46 207 -
CMYK 0 0.78 0.03 0.16
HSL 302.16º 0.67% 0.51% -
HSV(B) 302.16º 0.78% 0.84% -
XYZ 39.68 20.61 60.92 -
YUV 114.29 180.33 198.41 -
System Red Green Blue C M Y K H S L
Decimal 213 46 207 0 0.78 0.03 0.16 302.16 0.67 0.51
Hex D5 2E CF 0 4E 3 10 12E 43 33
Octal 325 56 317 0 116 3 20 456 103 63
Binary 11010101 101110 11001111 0 1001110 11 10000 100101110 1000011 110011

Color Harmonies of #D52ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52ECF

Black with #D52ECF

Text Example


Text Example

White with #D52ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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