Html Css Color HEX #D52FB9 Fuchsia

📋 copy color: '#D52FB9'

red 213 ◦ green 47 ◦ blue 185

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

Shades of Fuchsia #D52FB9

Tints of Fuchsia #D52FB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.57%

R = 47.87%
G = 10.56%
B = 41.57%

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

#D52FB9 (or 0xD52FB9) is known color: Fuchsia. HEX triplet: D5, 2F and B9. RGB value is (213,47,185). Sum of RGB (Red+Green+Blue) = 213+47+185=445 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.87% from 445); Green value is 47 (18.75% from 255 or 10.56% from 445); Blue value is 185 (72.66% from 255 or 41.57% from 445); Max value from RGB is 213 - color contains mainly: red. Hex color #D52FB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52FB9 is #2AD046. Grayscale: #6F6F6F. Windows color (decimal): -2805831 or 12136405. OLE color: 12136405.

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

Color convert

RGB 213 47 185 -
CMYK 0 0.78 0.13 0.16
HSL 310.12º 0.66% 0.51% -
HSV(B) 310.12º 0.78% 0.84% -
XYZ 37.21 19.68 47.74 -
YUV 112.37 169 199.78 -
System Red Green Blue C M Y K H S L
Decimal 213 47 185 0 0.78 0.13 0.16 310.12 0.66 0.51
Hex D5 2F B9 0 4E D 10 136 42 33
Octal 325 57 271 0 116 15 20 466 102 63
Binary 11010101 101111 10111001 0 1001110 1101 10000 100110110 1000010 110011

Color Harmonies of #D52FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52FB9

Black with #D52FB9

Text Example


Text Example

White with #D52FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52FB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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