Html Css Color HEX #D33ECA Fuchsia

📋 copy color: '#D33ECA'

red 211 ◦ green 62 ◦ blue 202

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

Shades of Fuchsia #D33ECA

Tints of Fuchsia #D33ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.53%

R = 44.42%
G = 13.05%
B = 42.53%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D33ECA (or 0xD33ECA) is known color: Fuchsia. HEX triplet: D3, 3E and CA. RGB value is (211,62,202). Sum of RGB (Red+Green+Blue) = 211+62+202=475 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.42% from 475); Green value is 62 (24.61% from 255 or 13.05% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 211 - color contains mainly: red. Hex color #D33ECA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33ECA is #2CC135. Grayscale: #7A7A7A. Windows color (decimal): -2933046 or 13254355. OLE color: 13254355.

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

Color convert

RGB 211 62 202 -
CMYK 0 0.71 0.04 0.17
HSL 303.62º 0.63% 0.54% -
HSV(B) 303.62º 0.71% 0.83% -
XYZ 39.25 21.56 57.97 -
YUV 122.51 172.86 191.12 -
System Red Green Blue C M Y K H S L
Decimal 211 62 202 0 0.71 0.04 0.17 303.62 0.63 0.54
Hex D3 3E CA 0 47 4 11 130 3F 36
Octal 323 76 312 0 107 4 21 460 77 66
Binary 11010011 111110 11001010 0 1000111 100 10001 100110000 111111 110110

Color Harmonies of #D33ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33ECA

Black with #D33ECA

Text Example


Text Example

White with #D33ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33ECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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