Html Css Color HEX #D52FB8 Fuchsia

📋 copy color: '#D52FB8'

red 213 ◦ green 47 ◦ blue 184

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

Shades of Fuchsia #D52FB8

Tints of Fuchsia #D52FB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 41.44%

R = 47.97%
G = 10.59%
B = 41.44%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D52FB8 (or 0xD52FB8) is known color: Fuchsia. HEX triplet: D5, 2F and B8. RGB value is (213,47,184). Sum of RGB (Red+Green+Blue) = 213+47+184=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 47 (18.75% from 255 or 10.59% from 444); Blue value is 184 (72.27% from 255 or 41.44% from 444); Max value from RGB is 213 - color contains mainly: red. Hex color #D52FB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52FB8 is #2AD047. Grayscale: #6F6F6F. Windows color (decimal): -2805832 or 12070869. OLE color: 12070869.

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

Color convert

RGB 213 47 184 -
CMYK 0 0.78 0.14 0.16
HSL 310.48º 0.66% 0.51% -
HSV(B) 310.48º 0.78% 0.84% -
XYZ 37.11 19.64 47.18 -
YUV 112.25 168.5 199.86 -
System Red Green Blue C M Y K H S L
Decimal 213 47 184 0 0.78 0.14 0.16 310.48 0.66 0.51
Hex D5 2F B8 0 4E E 10 136 42 33
Octal 325 57 270 0 116 16 20 466 102 63
Binary 11010101 101111 10111000 0 1001110 1110 10000 100110110 1000010 110011

Color Harmonies of #D52FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52FB8

Black with #D52FB8

Text Example


Text Example

White with #D52FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52FB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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