Html Css Color HEX #D33ED1 Fuchsia

📋 copy color: '#D33ED1'

red 211 ◦ green 62 ◦ blue 209

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

Shades of Fuchsia #D33ED1

Tints of Fuchsia #D33ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 43.36%

R = 43.78%
G = 12.86%
B = 43.36%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.01

 K value IS 0.17

RGB Variations

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

Color information

#D33ED1 (or 0xD33ED1) is known color: Fuchsia. HEX triplet: D3, 3E and D1. RGB value is (211,62,209). Sum of RGB (Red+Green+Blue) = 211+62+209=482 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.78% from 482); Green value is 62 (24.61% from 255 or 12.86% from 482); Blue value is 209 (82.03% from 255 or 43.36% from 482); Max value from RGB is 211 - color contains mainly: red. Hex color #D33ED1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33ED1 is #2CC12E. Grayscale: #7A7A7A. Windows color (decimal): -2933039 or 13713107. OLE color: 13713107.

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

Color convert

RGB 211 62 209 -
CMYK 0 0.71 0.01 0.17
HSL 300.81º 0.63% 0.54% -
HSV(B) 300.81º 0.71% 0.83% -
XYZ 40.1 21.9 62.44 -
YUV 123.31 176.36 190.55 -
System Red Green Blue C M Y K H S L
Decimal 211 62 209 0 0.71 0.01 0.17 300.81 0.63 0.54
Hex D3 3E D1 0 47 1 11 12D 3F 36
Octal 323 76 321 0 107 1 21 455 77 66
Binary 11010011 111110 11010001 0 1000111 1 10001 100101101 111111 110110

Color Harmonies of #D33ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33ED1

Black with #D33ED1

Text Example


Text Example

White with #D33ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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