Html Css Color HEX #D331BB Fuchsia

📋 copy color: '#D331BB'

red 211 ◦ green 49 ◦ blue 187

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

Shades of Fuchsia #D331BB

Tints of Fuchsia #D331BB

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.96%

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

R = 47.2%
G = 10.96%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D331BB (or 0xD331BB) is known color: Fuchsia. HEX triplet: D3, 31 and BB. RGB value is (211,49,187). Sum of RGB (Red+Green+Blue) = 211+49+187=447 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.20% from 447); Green value is 49 (19.53% from 255 or 10.96% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 211 - color contains mainly: red. Hex color #D331BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D331BB is #2CCE44. Grayscale: #707070. Windows color (decimal): -2936389 or 12267987. OLE color: 12267987.

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

Color convert

RGB 211 49 187 -
CMYK 0 0.77 0.11 0.17
HSL 308.89º 0.65% 0.51% -
HSV(B) 308.89º 0.77% 0.83% -
XYZ 36.93 19.63 48.86 -
YUV 113.17 169.67 197.78 -
System Red Green Blue C M Y K H S L
Decimal 211 49 187 0 0.77 0.11 0.17 308.89 0.65 0.51
Hex D3 31 BB 0 4D B 11 135 41 33
Octal 323 61 273 0 115 13 21 465 101 63
Binary 11010011 110001 10111011 0 1001101 1011 10001 100110101 1000001 110011

Color Harmonies of #D331BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D331BB

Black with #D331BB

Text Example


Text Example

White with #D331BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D331BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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