Html Css Color HEX #D03AD5 Fuchsia

📋 copy color: '#D03AD5'

red 208 ◦ green 58 ◦ blue 213

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

Shades of Fuchsia #D03AD5

Tints of Fuchsia #D03AD5

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.11%

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

R = 43.42%
G = 12.11%
B = 44.47%

CMYK

 C value IS 0.02

 M value IS 0.73

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D03AD5 (or 0xD03AD5) is known color: Fuchsia. HEX triplet: D0, 3A and D5. RGB value is (208,58,213). Sum of RGB (Red+Green+Blue) = 208+58+213=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 58 (23.05% from 255 or 12.11% from 479); Blue value is 213 (83.59% from 255 or 44.47% from 479); Max value from RGB is 213 - color contains mainly: blue. Hex color #D03AD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03AD5 is #2FC52A. Grayscale: #787878. Windows color (decimal): -3130667 or 13974224. OLE color: 13974224.

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

Color convert

RGB 208 58 213 -
CMYK 0.02 0.73 0 0.16
HSL 298.06º 0.65% 0.53% -
HSV(B) 298.06º 0.73% 0.84% -
XYZ 39.54 21.24 64.97 -
YUV 120.52 180.2 190.4 -
System Red Green Blue C M Y K H S L
Decimal 208 58 213 0.02 0.73 0 0.16 298.06 0.65 0.53
Hex D0 3A D5 2 49 0 10 12A 41 35
Octal 320 72 325 2 111 0 20 452 101 65
Binary 11010000 111010 11010101 10 1001001 0 10000 100101010 1000001 110101

Color Harmonies of #D03AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03AD5

Black with #D03AD5

Text Example


Text Example

White with #D03AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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