Html Css Color HEX #D52FC2 Fuchsia

📋 copy color: '#D52FC2'

red 213 ◦ green 47 ◦ blue 194

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

Shades of Fuchsia #D52FC2

Tints of Fuchsia #D52FC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 42.73%

R = 46.92%
G = 10.35%
B = 42.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D52FC2 (or 0xD52FC2) is known color: Fuchsia. HEX triplet: D5, 2F and C2. RGB value is (213,47,194). Sum of RGB (Red+Green+Blue) = 213+47+194=454 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.92% from 454); Green value is 47 (18.75% from 255 or 10.35% from 454); Blue value is 194 (76.17% from 255 or 42.73% from 454); Max value from RGB is 213 - color contains mainly: red. Hex color #D52FC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52FC2 is #2AD03D. Grayscale: #707070. Windows color (decimal): -2805822 or 12726229. OLE color: 12726229.

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

Color convert

RGB 213 47 194 -
CMYK 0 0.78 0.09 0.16
HSL 306.87º 0.66% 0.51% -
HSV(B) 306.87º 0.78% 0.84% -
XYZ 38.19 20.07 52.9 -
YUV 113.39 173.5 199.05 -
System Red Green Blue C M Y K H S L
Decimal 213 47 194 0 0.78 0.09 0.16 306.87 0.66 0.51
Hex D5 2F C2 0 4E 9 10 133 42 33
Octal 325 57 302 0 116 11 20 463 102 63
Binary 11010101 101111 11000010 0 1001110 1001 10000 100110011 1000010 110011

Color Harmonies of #D52FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52FC2

Black with #D52FC2

Text Example


Text Example

White with #D52FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52FC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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