Html Css Color HEX #D32FD6 Fuchsia

📋 copy color: '#D32FD6'

red 211 ◦ green 47 ◦ blue 214

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

Shades of Fuchsia #D32FD6

Tints of Fuchsia #D32FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 45.34%

R = 44.7%
G = 9.96%
B = 45.34%

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

#D32FD6 (or 0xD32FD6) is known color: Fuchsia. HEX triplet: D3, 2F and D6. RGB value is (211,47,214). Sum of RGB (Red+Green+Blue) = 211+47+214=472 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.70% from 472); Green value is 47 (18.75% from 255 or 9.96% from 472); Blue value is 214 (83.98% from 255 or 45.34% from 472); Max value from RGB is 214 - color contains mainly: blue. Hex color #D32FD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32FD6 is #2CD029. Grayscale: #727272. Windows color (decimal): -2936874 or 14036947. OLE color: 14036947.

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

Color convert

RGB 211 47 214 -
CMYK 0.01 0.78 0 0.16
HSL 298.92º 0.67% 0.51% -
HSV(B) 298.92º 0.78% 0.84% -
XYZ 40.02 20.74 65.51 -
YUV 115.07 183.83 196.42 -
System Red Green Blue C M Y K H S L
Decimal 211 47 214 0.01 0.78 0 0.16 298.92 0.67 0.51
Hex D3 2F D6 1 4E 0 10 12B 43 33
Octal 323 57 326 1 116 0 20 453 103 63
Binary 11010011 101111 11010110 1 1001110 0 10000 100101011 1000011 110011

Color Harmonies of #D32FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32FD6

Black with #D32FD6

Text Example


Text Example

White with #D32FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32FD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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