Html Css Color HEX #D32BBB Fuchsia

📋 copy color: '#D32BBB'

red 211 ◦ green 43 ◦ blue 187

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

Shades of Fuchsia #D32BBB

Tints of Fuchsia #D32BBB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.75%

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

R = 47.85%
G = 9.75%
B = 42.4%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D32BBB (or 0xD32BBB) is known color: Fuchsia. HEX triplet: D3, 2B and BB. RGB value is (211,43,187). Sum of RGB (Red+Green+Blue) = 211+43+187=441 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.85% from 441); Green value is 43 (17.19% from 255 or 9.75% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 211 - color contains mainly: red. Hex color #D32BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32BBB is #2CD444. Grayscale: #6D6D6D. Windows color (decimal): -2937925 or 12266451. OLE color: 12266451.

HSL color Cylindrical-coordinate representation of color #D32BBB: hue angle of 308.57º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D32BBB is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 43 187 -
CMYK 0 0.80 0.11 0.17
HSL 308.57º 0.66% 0.5% -
HSV(B) 308.57º 0.8% 0.83% -
XYZ 36.7 19.16 48.78 -
YUV 109.65 171.66 200.29 -
System Red Green Blue C M Y K H S L
Decimal 211 43 187 0 0.80 0.11 0.17 308.57 0.66 0.5
Hex D3 2B BB 0 50 B 11 135 42 32
Octal 323 53 273 0 120 13 21 465 102 62
Binary 11010011 101011 10111011 0 1010000 1011 10001 100110101 1000010 110010

Color Harmonies of #D32BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32BBB

Black with #D32BBB

Text Example


Text Example

White with #D32BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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