Html Css Color HEX #D52FC1 Fuchsia

📋 copy color: '#D52FC1'

red 213 ◦ green 47 ◦ blue 193

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

Shades of Fuchsia #D52FC1

Tints of Fuchsia #D52FC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 42.6%

R = 47.02%
G = 10.38%
B = 42.6%

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

#D52FC1 (or 0xD52FC1) is known color: Fuchsia. HEX triplet: D5, 2F and C1. RGB value is (213,47,193). Sum of RGB (Red+Green+Blue) = 213+47+193=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 47 (18.75% from 255 or 10.38% from 453); Blue value is 193 (75.78% from 255 or 42.60% from 453); Max value from RGB is 213 - color contains mainly: red. Hex color #D52FC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52FC1 is #2AD03E. Grayscale: #707070. Windows color (decimal): -2805823 or 12660693. OLE color: 12660693.

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

Color convert

RGB 213 47 193 -
CMYK 0 0.78 0.09 0.16
HSL 307.23º 0.66% 0.51% -
HSV(B) 307.23º 0.78% 0.84% -
XYZ 38.08 20.03 52.31 -
YUV 113.28 173 199.13 -
System Red Green Blue C M Y K H S L
Decimal 213 47 193 0 0.78 0.09 0.16 307.23 0.66 0.51
Hex D5 2F C1 0 4E 9 10 133 42 33
Octal 325 57 301 0 116 11 20 463 102 63
Binary 11010101 101111 11000001 0 1001110 1001 10000 100110011 1000010 110011

Color Harmonies of #D52FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52FC1

Black with #D52FC1

Text Example


Text Example

White with #D52FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52FC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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