Html Css Color HEX #D52FC6 Fuchsia

📋 copy color: '#D52FC6'

red 213 ◦ green 47 ◦ blue 198

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

Shades of Fuchsia #D52FC6

Tints of Fuchsia #D52FC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 43.23%

R = 46.51%
G = 10.26%
B = 43.23%

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

#D52FC6 (or 0xD52FC6) is known color: Fuchsia. HEX triplet: D5, 2F and C6. RGB value is (213,47,198). Sum of RGB (Red+Green+Blue) = 213+47+198=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 47 (18.75% from 255 or 10.26% from 458); Blue value is 198 (77.73% from 255 or 43.23% from 458); Max value from RGB is 213 - color contains mainly: red. Hex color #D52FC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52FC6 is #2AD039. Grayscale: #717171. Windows color (decimal): -2805818 or 12988373. OLE color: 12988373.

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

Color convert

RGB 213 47 198 -
CMYK 0 0.78 0.07 0.16
HSL 305.42º 0.66% 0.51% -
HSV(B) 305.42º 0.78% 0.84% -
XYZ 38.65 20.26 55.3 -
YUV 113.85 175.5 198.72 -
System Red Green Blue C M Y K H S L
Decimal 213 47 198 0 0.78 0.07 0.16 305.42 0.66 0.51
Hex D5 2F C6 0 4E 7 10 131 42 33
Octal 325 57 306 0 116 7 20 461 102 63
Binary 11010101 101111 11000110 0 1001110 111 10000 100110001 1000010 110011

Color Harmonies of #D52FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52FC6

Black with #D52FC6

Text Example


Text Example

White with #D52FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52FC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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