Html Css Color HEX #D52FBA Fuchsia

📋 copy color: '#D52FBA'

red 213 ◦ green 47 ◦ blue 186

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

Shades of Fuchsia #D52FBA

Tints of Fuchsia #D52FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.7%

R = 47.76%
G = 10.54%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D52FBA (or 0xD52FBA) is known color: Fuchsia. HEX triplet: D5, 2F and BA. RGB value is (213,47,186). Sum of RGB (Red+Green+Blue) = 213+47+186=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 47 (18.75% from 255 or 10.54% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D52FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52FBA is #2AD045. Grayscale: #707070. Windows color (decimal): -2805830 or 12201941. OLE color: 12201941.

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

Color convert

RGB 213 47 186 -
CMYK 0 0.78 0.13 0.16
HSL 309.76º 0.66% 0.51% -
HSV(B) 309.76º 0.78% 0.84% -
XYZ 37.32 19.72 48.29 -
YUV 112.48 169.5 199.7 -
System Red Green Blue C M Y K H S L
Decimal 213 47 186 0 0.78 0.13 0.16 309.76 0.66 0.51
Hex D5 2F BA 0 4E D 10 136 42 33
Octal 325 57 272 0 116 15 20 466 102 63
Binary 11010101 101111 10111010 0 1001110 1101 10000 100110110 1000010 110011

Color Harmonies of #D52FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52FBA

Black with #D52FBA

Text Example


Text Example

White with #D52FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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