Html Css Color HEX #D32EBB Fuchsia

📋 copy color: '#D32EBB'

red 211 ◦ green 46 ◦ blue 187

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

Shades of Fuchsia #D32EBB

Tints of Fuchsia #D32EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.12%

R = 47.52%
G = 10.36%
B = 42.12%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D32EBB (or 0xD32EBB) is known color: Fuchsia. HEX triplet: D3, 2E and BB. RGB value is (211,46,187). Sum of RGB (Red+Green+Blue) = 211+46+187=444 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.52% from 444); Green value is 46 (18.36% from 255 or 10.36% from 444); Blue value is 187 (73.44% from 255 or 42.12% from 444); Max value from RGB is 211 - color contains mainly: red. Hex color #D32EBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32EBB is #2CD144. Grayscale: #6F6F6F. Windows color (decimal): -2937157 or 12267219. OLE color: 12267219.

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

Color convert

RGB 211 46 187 -
CMYK 0 0.78 0.11 0.17
HSL 308.73º 0.65% 0.5% -
HSV(B) 308.73º 0.78% 0.83% -
XYZ 36.81 19.39 48.82 -
YUV 111.41 170.66 199.04 -
System Red Green Blue C M Y K H S L
Decimal 211 46 187 0 0.78 0.11 0.17 308.73 0.65 0.5
Hex D3 2E BB 0 4E B 11 135 41 32
Octal 323 56 273 0 116 13 21 465 101 62
Binary 11010011 101110 10111011 0 1001110 1011 10001 100110101 1000001 110010

Color Harmonies of #D32EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32EBB

Black with #D32EBB

Text Example


Text Example

White with #D32EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32EBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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