Html Css Color HEX #D52FD5 Fuchsia

📋 copy color: '#D52FD5'

red 213 ◦ green 47 ◦ blue 213

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

Shades of Fuchsia #D52FD5

Tints of Fuchsia #D52FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.03%

R = 45.03%
G = 9.94%
B = 45.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D52FD5 (or 0xD52FD5) is known color: Fuchsia. HEX triplet: D5, 2F and D5. RGB value is (213,47,213). Sum of RGB (Red+Green+Blue) = 213+47+213=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 47 (18.75% from 255 or 9.94% from 473); Blue value is 213 (83.59% from 255 or 45.03% from 473); Max value from RGB is 213 - color contains mainly: red, blue. Hex color #D52FD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52FD5 is #2AD02A. Grayscale: #737373. Windows color (decimal): -2805803 or 13971413. OLE color: 13971413.

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

Color convert

RGB 213 47 213 -
CMYK 0 0.78 0 0.16
HSL 300º 0.66% 0.51% -
HSV(B) 300º 0.78% 0.84% -
XYZ 40.47 20.98 64.87 -
YUV 115.56 183 197.5 -
System Red Green Blue C M Y K H S L
Decimal 213 47 213 0 0.78 0 0.16 300 0.66 0.51
Hex D5 2F D5 0 4E 0 10 12C 42 33
Octal 325 57 325 0 116 0 20 454 102 63
Binary 11010101 101111 11010101 0 1001110 0 10000 100101100 1000010 110011

Color Harmonies of #D52FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52FD5

Black with #D52FD5

Text Example


Text Example

White with #D52FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52FD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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