Html Css Color HEX #D52FCD Fuchsia

📋 copy color: '#D52FCD'

red 213 ◦ green 47 ◦ blue 205

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

Shades of Fuchsia #D52FCD

Tints of Fuchsia #D52FCD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.11%

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

R = 45.81%
G = 10.11%
B = 44.09%

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

#D52FCD (or 0xD52FCD) is known color: Fuchsia. HEX triplet: D5, 2F and CD. RGB value is (213,47,205). Sum of RGB (Red+Green+Blue) = 213+47+205=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 47 (18.75% from 255 or 10.11% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D52FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52FCD is #2AD032. Grayscale: #727272. Windows color (decimal): -2805811 or 13447125. OLE color: 13447125.

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

Color convert

RGB 213 47 205 -
CMYK 0 0.78 0.04 0.16
HSL 302.89º 0.66% 0.51% -
HSV(B) 302.89º 0.78% 0.84% -
XYZ 39.48 20.59 59.65 -
YUV 114.65 179 198.15 -
System Red Green Blue C M Y K H S L
Decimal 213 47 205 0 0.78 0.04 0.16 302.89 0.66 0.51
Hex D5 2F CD 0 4E 4 10 12F 42 33
Octal 325 57 315 0 116 4 20 457 102 63
Binary 11010101 101111 11001101 0 1001110 100 10000 100101111 1000010 110011

Color Harmonies of #D52FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52FCD

Black with #D52FCD

Text Example


Text Example

White with #D52FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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