Html Css Color HEX #D33EBE Fuchsia

📋 copy color: '#D33EBE'

red 211 ◦ green 62 ◦ blue 190

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

Shades of Fuchsia #D33EBE

Tints of Fuchsia #D33EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.04%

R = 45.57%
G = 13.39%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#D33EBE (or 0xD33EBE) is known color: Fuchsia. HEX triplet: D3, 3E and BE. RGB value is (211,62,190). Sum of RGB (Red+Green+Blue) = 211+62+190=463 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.57% from 463); Green value is 62 (24.61% from 255 or 13.39% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 211 - color contains mainly: red. Hex color #D33EBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33EBE is #2CC141. Grayscale: #787878. Windows color (decimal): -2933058 or 12467923. OLE color: 12467923.

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

Color convert

RGB 211 62 190 -
CMYK 0 0.71 0.10 0.17
HSL 308.46º 0.63% 0.54% -
HSV(B) 308.46º 0.71% 0.83% -
XYZ 37.88 21.01 50.77 -
YUV 121.14 166.86 192.09 -
System Red Green Blue C M Y K H S L
Decimal 211 62 190 0 0.71 0.10 0.17 308.46 0.63 0.54
Hex D3 3E BE 0 47 A 11 134 3F 36
Octal 323 76 276 0 107 12 21 464 77 66
Binary 11010011 111110 10111110 0 1000111 1010 10001 100110100 111111 110110

Color Harmonies of #D33EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33EBE

Black with #D33EBE

Text Example


Text Example

White with #D33EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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