Html Css Color HEX #D52FC4 Fuchsia

📋 copy color: '#D52FC4'

red 213 ◦ green 47 ◦ blue 196

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

Shades of Fuchsia #D52FC4

Tints of Fuchsia #D52FC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 42.98%

R = 46.71%
G = 10.31%
B = 42.98%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D52FC4 (or 0xD52FC4) is known color: Fuchsia. HEX triplet: D5, 2F and C4. RGB value is (213,47,196). Sum of RGB (Red+Green+Blue) = 213+47+196=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 47 (18.75% from 255 or 10.31% from 456); Blue value is 196 (76.95% from 255 or 42.98% from 456); Max value from RGB is 213 - color contains mainly: red. Hex color #D52FC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52FC4 is #2AD03B. Grayscale: #717171. Windows color (decimal): -2805820 or 12857301. OLE color: 12857301.

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

Color convert

RGB 213 47 196 -
CMYK 0 0.78 0.08 0.16
HSL 306.14º 0.66% 0.51% -
HSV(B) 306.14º 0.78% 0.84% -
XYZ 38.42 20.16 54.09 -
YUV 113.62 174.5 198.88 -
System Red Green Blue C M Y K H S L
Decimal 213 47 196 0 0.78 0.08 0.16 306.14 0.66 0.51
Hex D5 2F C4 0 4E 8 10 132 42 33
Octal 325 57 304 0 116 10 20 462 102 63
Binary 11010101 101111 11000100 0 1001110 1000 10000 100110010 1000010 110011

Color Harmonies of #D52FC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52FC4

Black with #D52FC4

Text Example


Text Example

White with #D52FC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52FC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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