Html Css Color HEX #D03ED6 Fuchsia

📋 copy color: '#D03ED6'

red 208 ◦ green 62 ◦ blue 214

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

Shades of Fuchsia #D03ED6

Tints of Fuchsia #D03ED6

RGB

 RED value IS 208 (81.64% from 255) = 42.98%

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

 BLUE value IS 214 (83.98% from 255) = 44.21%

R = 42.98%
G = 12.81%
B = 44.21%

CMYK

 C value IS 0.03

 M value IS 0.71

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D03ED6 (or 0xD03ED6) is known color: Fuchsia. HEX triplet: D0, 3E and D6. RGB value is (208,62,214). Sum of RGB (Red+Green+Blue) = 208+62+214=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 62 (24.61% from 255 or 12.81% from 484); Blue value is 214 (83.98% from 255 or 44.21% from 484); Max value from RGB is 214 - color contains mainly: blue. Hex color #D03ED6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03ED6 is #2FC129. Grayscale: #7A7A7A. Windows color (decimal): -3129642 or 14040784. OLE color: 14040784.

HSL color Cylindrical-coordinate representation of color #D03ED6: hue angle of 297.63º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D03ED6 is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 62 214 -
CMYK 0.03 0.71 0 0.16
HSL 297.63º 0.65% 0.54% -
HSV(B) 297.63º 0.71% 0.84% -
XYZ 39.87 21.71 65.71 -
YUV 122.98 179.37 188.64 -
System Red Green Blue C M Y K H S L
Decimal 208 62 214 0.03 0.71 0 0.16 297.63 0.65 0.54
Hex D0 3E D6 3 47 0 10 12A 41 36
Octal 320 76 326 3 107 0 20 452 101 66
Binary 11010000 111110 11010110 11 1000111 0 10000 100101010 1000001 110110

Color Harmonies of #D03ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03ED6

Black with #D03ED6

Text Example


Text Example

White with #D03ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03ED6; }

 p { color: rgb(208,62,214); }

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

background-color css

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

 a { background-color: rgb(208,62,214); }

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

border-color css

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

 span { border-color: rgb(208,62,214); }

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