Html Css Color HEX #D33FB5 Fuchsia

📋 copy color: '#D33FB5'

red 211 ◦ green 63 ◦ blue 181

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

Shades of Fuchsia #D33FB5

Tints of Fuchsia #D33FB5

RGB

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

 GREEN value IS 63 (25% from 255) = 13.85%

 BLUE value IS 181 (71.09% from 255) = 39.78%

R = 46.37%
G = 13.85%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.14

 K value IS 0.17

RGB Variations

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

Color information

#D33FB5 (or 0xD33FB5) is known color: Fuchsia. HEX triplet: D3, 3F and B5. RGB value is (211,63,181). Sum of RGB (Red+Green+Blue) = 211+63+181=455 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.37% from 455); Green value is 63 (25% from 255 or 13.85% from 455); Blue value is 181 (71.09% from 255 or 39.78% from 455); Max value from RGB is 211 - color contains mainly: red. Hex color #D33FB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33FB5 is #2CC04A. Grayscale: #787878. Windows color (decimal): -2932811 or 11878355. OLE color: 11878355.

HSL color Cylindrical-coordinate representation of color #D33FB5: hue angle of 312.16º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D33FB5 is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 63 181 -
CMYK 0 0.70 0.14 0.17
HSL 312.16º 0.63% 0.54% -
HSV(B) 312.16º 0.7% 0.83% -
XYZ 36.98 20.74 45.77 -
YUV 120.7 162.03 192.41 -
System Red Green Blue C M Y K H S L
Decimal 211 63 181 0 0.70 0.14 0.17 312.16 0.63 0.54
Hex D3 3F B5 0 46 E 11 138 3F 36
Octal 323 77 265 0 106 16 21 470 77 66
Binary 11010011 111111 10110101 0 1000110 1110 10001 100111000 111111 110110

Color Harmonies of #D33FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33FB5

Black with #D33FB5

Text Example


Text Example

White with #D33FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33FB5; }

 p { color: rgb(211,63,181); }

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

background-color css

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

 a { background-color: rgb(211,63,181); }

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

border-color css

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

 span { border-color: rgb(211,63,181); }

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