Html Css Color HEX #D33ECE Fuchsia

📋 copy color: '#D33ECE'

red 211 ◦ green 62 ◦ blue 206

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

Shades of Fuchsia #D33ECE

Tints of Fuchsia #D33ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.01%

R = 44.05%
G = 12.94%
B = 43.01%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D33ECE (or 0xD33ECE) is known color: Fuchsia. HEX triplet: D3, 3E and CE. RGB value is (211,62,206). Sum of RGB (Red+Green+Blue) = 211+62+206=479 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.05% from 479); Green value is 62 (24.61% from 255 or 12.94% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 211 - color contains mainly: red. Hex color #D33ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33ECE is #2CC131. Grayscale: #7A7A7A. Windows color (decimal): -2933042 or 13516499. OLE color: 13516499.

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

Color convert

RGB 211 62 206 -
CMYK 0 0.71 0.02 0.17
HSL 302.01º 0.63% 0.54% -
HSV(B) 302.01º 0.71% 0.83% -
XYZ 39.73 21.75 60.5 -
YUV 122.97 174.86 190.79 -
System Red Green Blue C M Y K H S L
Decimal 211 62 206 0 0.71 0.02 0.17 302.01 0.63 0.54
Hex D3 3E CE 0 47 2 11 12E 3F 36
Octal 323 76 316 0 107 2 21 456 77 66
Binary 11010011 111110 11001110 0 1000111 10 10001 100101110 111111 110110

Color Harmonies of #D33ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33ECE

Black with #D33ECE

Text Example


Text Example

White with #D33ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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