Html Css Color HEX #D32EB7 Fuchsia

📋 copy color: '#D32EB7'

red 211 ◦ green 46 ◦ blue 183

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

Shades of Fuchsia #D32EB7

Tints of Fuchsia #D32EB7

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.45%

 BLUE value IS 183 (71.88% from 255) = 41.59%

R = 47.95%
G = 10.45%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.13

 K value IS 0.17

RGB Variations

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

Color information

#D32EB7 (or 0xD32EB7) is known color: Fuchsia. HEX triplet: D3, 2E and B7. RGB value is (211,46,183). Sum of RGB (Red+Green+Blue) = 211+46+183=440 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.95% from 440); Green value is 46 (18.36% from 255 or 10.45% from 440); Blue value is 183 (71.88% from 255 or 41.59% from 440); Max value from RGB is 211 - color contains mainly: red. Hex color #D32EB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32EB7 is #2CD148. Grayscale: #6E6E6E. Windows color (decimal): -2937161 or 12005075. OLE color: 12005075.

HSL color Cylindrical-coordinate representation of color #D32EB7: hue angle of 310.18º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D32EB7 is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 46 183 -
CMYK 0 0.78 0.13 0.17
HSL 310.18º 0.65% 0.5% -
HSV(B) 310.18º 0.78% 0.83% -
XYZ 36.39 19.22 46.59 -
YUV 110.95 168.66 199.36 -
System Red Green Blue C M Y K H S L
Decimal 211 46 183 0 0.78 0.13 0.17 310.18 0.65 0.5
Hex D3 2E B7 0 4E D 11 136 41 32
Octal 323 56 267 0 116 15 21 466 101 62
Binary 11010011 101110 10110111 0 1001110 1101 10001 100110110 1000001 110010

Color Harmonies of #D32EB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32EB7

Black with #D32EB7

Text Example


Text Example

White with #D32EB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32EB7; }

 p { color: rgb(211,46,183); }

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

background-color css

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

 a { background-color: rgb(211,46,183); }

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

border-color css

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

 span { border-color: rgb(211,46,183); }

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