Html Css Color HEX #D33FD0 Fuchsia

📋 copy color: '#D33FD0'

red 211 ◦ green 63 ◦ blue 208

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

Shades of Fuchsia #D33FD0

Tints of Fuchsia #D33FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.15%

R = 43.78%
G = 13.07%
B = 43.15%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.01

 K value IS 0.17

RGB Variations

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

Color information

#D33FD0 (or 0xD33FD0) is known color: Fuchsia. HEX triplet: D3, 3F and D0. RGB value is (211,63,208). Sum of RGB (Red+Green+Blue) = 211+63+208=482 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.78% from 482); Green value is 63 (25% from 255 or 13.07% from 482); Blue value is 208 (81.64% from 255 or 43.15% from 482); Max value from RGB is 211 - color contains mainly: red. Hex color #D33FD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33FD0 is #2CC02F. Grayscale: #7B7B7B. Windows color (decimal): -2932784 or 13647827. OLE color: 13647827.

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

Color convert

RGB 211 63 208 -
CMYK 0 0.70 0.01 0.17
HSL 301.22º 0.63% 0.54% -
HSV(B) 301.22º 0.7% 0.83% -
XYZ 40.03 21.96 61.8 -
YUV 123.78 175.53 190.21 -
System Red Green Blue C M Y K H S L
Decimal 211 63 208 0 0.70 0.01 0.17 301.22 0.63 0.54
Hex D3 3F D0 0 46 1 11 12D 3F 36
Octal 323 77 320 0 106 1 21 455 77 66
Binary 11010011 111111 11010000 0 1000110 1 10001 100101101 111111 110110

Color Harmonies of #D33FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33FD0

Black with #D33FD0

Text Example


Text Example

White with #D33FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33FD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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