Html Css Color HEX #D32FD5 Fuchsia

📋 copy color: '#D32FD5'

red 211 ◦ green 47 ◦ blue 213

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

Shades of Fuchsia #D32FD5

Tints of Fuchsia #D32FD5

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

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

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

Color convert

RGB 211 47 213 -
CMYK 0.01 0.78 0 0.16
HSL 299.28º 0.66% 0.51% -
HSV(B) 299.28º 0.78% 0.84% -
XYZ 39.89 20.69 64.84 -
YUV 114.96 183.33 196.5 -
System Red Green Blue C M Y K H S L
Decimal 211 47 213 0.01 0.78 0 0.16 299.28 0.66 0.51
Hex D3 2F D5 1 4E 0 10 12B 42 33
Octal 323 57 325 1 116 0 20 453 102 63
Binary 11010011 101111 11010101 1 1001110 0 10000 100101011 1000010 110011

Color Harmonies of #D32FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32FD5

Black with #D32FD5

Text Example


Text Example

White with #D32FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32FD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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