Html Css Color HEX #D52FD3 Fuchsia

📋 copy color: '#D52FD3'

red 213 ◦ green 47 ◦ blue 211

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

Shades of Fuchsia #D52FD3

Tints of Fuchsia #D52FD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 44.8%

R = 45.22%
G = 9.98%
B = 44.8%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D52FD3 (or 0xD52FD3) is known color: Fuchsia. HEX triplet: D5, 2F and D3. RGB value is (213,47,211). Sum of RGB (Red+Green+Blue) = 213+47+211=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 47 (18.75% from 255 or 9.98% from 471); Blue value is 211 (82.81% from 255 or 44.80% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D52FD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52FD3 is #2AD02C. Grayscale: #727272. Windows color (decimal): -2805805 or 13840341. OLE color: 13840341.

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

Color convert

RGB 213 47 211 -
CMYK 0 0.78 0.01 0.16
HSL 300.72º 0.66% 0.51% -
HSV(B) 300.72º 0.78% 0.84% -
XYZ 40.21 20.88 63.54 -
YUV 115.33 182 197.66 -
System Red Green Blue C M Y K H S L
Decimal 213 47 211 0 0.78 0.01 0.16 300.72 0.66 0.51
Hex D5 2F D3 0 4E 1 10 12D 42 33
Octal 325 57 323 0 116 1 20 455 102 63
Binary 11010101 101111 11010011 0 1001110 1 10000 100101101 1000010 110011

Color Harmonies of #D52FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52FD3

Black with #D52FD3

Text Example


Text Example

White with #D52FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52FD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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