Html Css Color HEX #D52FC8 Fuchsia

📋 copy color: '#D52FC8'

red 213 ◦ green 47 ◦ blue 200

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

Shades of Fuchsia #D52FC8

Tints of Fuchsia #D52FC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 43.48%

R = 46.3%
G = 10.22%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D52FC8 (or 0xD52FC8) is known color: Fuchsia. HEX triplet: D5, 2F and C8. RGB value is (213,47,200). Sum of RGB (Red+Green+Blue) = 213+47+200=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 47 (18.75% from 255 or 10.22% from 460); Blue value is 200 (78.52% from 255 or 43.48% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D52FC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52FC8 is #2AD037. Grayscale: #717171. Windows color (decimal): -2805816 or 13119445. OLE color: 13119445.

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

Color convert

RGB 213 47 200 -
CMYK 0 0.78 0.06 0.16
HSL 304.7º 0.66% 0.51% -
HSV(B) 304.7º 0.78% 0.84% -
XYZ 38.88 20.35 56.52 -
YUV 114.08 176.5 198.56 -
System Red Green Blue C M Y K H S L
Decimal 213 47 200 0 0.78 0.06 0.16 304.7 0.66 0.51
Hex D5 2F C8 0 4E 6 10 131 42 33
Octal 325 57 310 0 116 6 20 461 102 63
Binary 11010101 101111 11001000 0 1001110 110 10000 100110001 1000010 110011

Color Harmonies of #D52FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52FC8

Black with #D52FC8

Text Example


Text Example

White with #D52FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52FC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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