Html Css Color HEX #D03ED5 Fuchsia

📋 copy color: '#D03ED5'

red 208 ◦ green 62 ◦ blue 213

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

Shades of Fuchsia #D03ED5

Tints of Fuchsia #D03ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 44.1%

R = 43.06%
G = 12.84%
B = 44.1%

CMYK

 C value IS 0.02

 M value IS 0.71

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D03ED5 (or 0xD03ED5) is known color: Fuchsia. HEX triplet: D0, 3E and D5. RGB value is (208,62,213). Sum of RGB (Red+Green+Blue) = 208+62+213=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 62 (24.61% from 255 or 12.84% from 483); Blue value is 213 (83.59% from 255 or 44.10% from 483); Max value from RGB is 213 - color contains mainly: blue. Hex color #D03ED5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03ED5 is #2FC12A. Grayscale: #7A7A7A. Windows color (decimal): -3129643 or 13975248. OLE color: 13975248.

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

Color convert

RGB 208 62 213 -
CMYK 0.02 0.71 0 0.16
HSL 298.01º 0.64% 0.54% -
HSV(B) 298.01º 0.71% 0.84% -
XYZ 39.75 21.66 65.04 -
YUV 122.87 178.87 188.72 -
System Red Green Blue C M Y K H S L
Decimal 208 62 213 0.02 0.71 0 0.16 298.01 0.64 0.54
Hex D0 3E D5 2 47 0 10 12A 40 36
Octal 320 76 325 2 107 0 20 452 100 66
Binary 11010000 111110 11010101 10 1000111 0 10000 100101010 1000000 110110

Color Harmonies of #D03ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03ED5

Black with #D03ED5

Text Example


Text Example

White with #D03ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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