Html Css Color HEX #D33EB6 Fuchsia

📋 copy color: '#D33EB6'

red 211 ◦ green 62 ◦ blue 182

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

Shades of Fuchsia #D33EB6

Tints of Fuchsia #D33EB6

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.63%

 BLUE value IS 182 (71.48% from 255) = 40%

R = 46.37%
G = 13.63%
B = 40%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.14

 K value IS 0.17

RGB Variations

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

Color information

#D33EB6 (or 0xD33EB6) is known color: Fuchsia. HEX triplet: D3, 3E and B6. RGB value is (211,62,182). Sum of RGB (Red+Green+Blue) = 211+62+182=455 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.37% from 455); Green value is 62 (24.61% from 255 or 13.63% from 455); Blue value is 182 (71.48% from 255 or 40% from 455); Max value from RGB is 211 - color contains mainly: red. Hex color #D33EB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33EB6 is #2CC149. Grayscale: #777777. Windows color (decimal): -2933066 or 11943635. OLE color: 11943635.

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

Color convert

RGB 211 62 182 -
CMYK 0 0.71 0.14 0.17
HSL 311.68º 0.63% 0.54% -
HSV(B) 311.68º 0.71% 0.83% -
XYZ 37.03 20.67 46.29 -
YUV 120.23 162.86 192.74 -
System Red Green Blue C M Y K H S L
Decimal 211 62 182 0 0.71 0.14 0.17 311.68 0.63 0.54
Hex D3 3E B6 0 47 E 11 138 3F 36
Octal 323 76 266 0 107 16 21 470 77 66
Binary 11010011 111110 10110110 0 1000111 1110 10001 100111000 111111 110110

Color Harmonies of #D33EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33EB6

Black with #D33EB6

Text Example


Text Example

White with #D33EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33EB6; }

 p { color: rgb(211,62,182); }

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

background-color css

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

 a { background-color: rgb(211,62,182); }

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

border-color css

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

 span { border-color: rgb(211,62,182); }

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