Html Css Color HEX #D52ECD Fuchsia

📋 copy color: '#D52ECD'

red 213 ◦ green 46 ◦ blue 205

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

Shades of Fuchsia #D52ECD

Tints of Fuchsia #D52ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.18%

R = 45.91%
G = 9.91%
B = 44.18%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D52ECD (or 0xD52ECD) is known color: Fuchsia. HEX triplet: D5, 2E and CD. RGB value is (213,46,205). Sum of RGB (Red+Green+Blue) = 213+46+205=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 46 (18.36% from 255 or 9.91% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D52ECD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52ECD is #2AD132. Grayscale: #717171. Windows color (decimal): -2806067 or 13446869. OLE color: 13446869.

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

Color convert

RGB 213 46 205 -
CMYK 0 0.78 0.04 0.16
HSL 302.87º 0.67% 0.51% -
HSV(B) 302.87º 0.78% 0.84% -
XYZ 39.44 20.51 59.64 -
YUV 114.06 179.33 198.57 -
System Red Green Blue C M Y K H S L
Decimal 213 46 205 0 0.78 0.04 0.16 302.87 0.67 0.51
Hex D5 2E CD 0 4E 4 10 12F 43 33
Octal 325 56 315 0 116 4 20 457 103 63
Binary 11010101 101110 11001101 0 1001110 100 10000 100101111 1000011 110011

Color Harmonies of #D52ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52ECD

Black with #D52ECD

Text Example


Text Example

White with #D52ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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