Html Css Color HEX #D04AD5 Fuchsia

📋 copy color: '#D04AD5'

red 208 ◦ green 74 ◦ blue 213

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

Shades of Fuchsia #D04AD5

Tints of Fuchsia #D04AD5

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.95%

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

R = 42.02%
G = 14.95%
B = 43.03%

CMYK

 C value IS 0.02

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D04AD5 (or 0xD04AD5) is known color: Fuchsia. HEX triplet: D0, 4A and D5. RGB value is (208,74,213). Sum of RGB (Red+Green+Blue) = 208+74+213=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 74 (29.30% from 255 or 14.95% from 495); Blue value is 213 (83.59% from 255 or 43.03% from 495); Max value from RGB is 213 - color contains mainly: blue. Hex color #D04AD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D04AD5 is #2FB52A. Grayscale: #818181. Windows color (decimal): -3126571 or 13978320. OLE color: 13978320.

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

Color convert

RGB 208 74 213 -
CMYK 0.02 0.65 0 0.16
HSL 297.84º 0.62% 0.56% -
HSV(B) 297.84º 0.65% 0.84% -
XYZ 40.47 23.11 65.28 -
YUV 129.91 174.89 183.7 -
System Red Green Blue C M Y K H S L
Decimal 208 74 213 0.02 0.65 0 0.16 297.84 0.62 0.56
Hex D0 4A D5 2 41 0 10 12A 3E 38
Octal 320 112 325 2 101 0 20 452 76 70
Binary 11010000 1001010 11010101 10 1000001 0 10000 100101010 111110 111000

Color Harmonies of #D04AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04AD5

Black with #D04AD5

Text Example


Text Example

White with #D04AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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