Html Css Color HEX #D04AD1 Fuchsia

📋 copy color: '#D04AD1'

red 208 ◦ green 74 ◦ blue 209

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

Shades of Fuchsia #D04AD1

Tints of Fuchsia #D04AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 42.57%

R = 42.36%
G = 15.07%
B = 42.57%

CMYK

 C value IS 0.00

 M value IS 0.65

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#D04AD1 (or 0xD04AD1) is known color: Fuchsia. HEX triplet: D0, 4A and D1. RGB value is (208,74,209). Sum of RGB (Red+Green+Blue) = 208+74+209=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 74 (29.30% from 255 or 15.07% from 491); Blue value is 209 (82.03% from 255 or 42.57% from 491); Max value from RGB is 209 - color contains mainly: blue. Hex color #D04AD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D04AD1 is #2FB52E. Grayscale: #818181. Windows color (decimal): -3126575 or 13716176. OLE color: 13716176.

HSL color Cylindrical-coordinate representation of color #D04AD1: hue angle of 299.56º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D04AD1 is Cyan = 0.00, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 74 209 -
CMYK 0.00 0.65 0 0.18
HSL 299.56º 0.59% 0.55% -
HSV(B) 299.56º 0.65% 0.82% -
XYZ 39.97 22.91 62.64 -
YUV 129.46 172.89 184.02 -
System Red Green Blue C M Y K H S L
Decimal 208 74 209 0.00 0.65 0 0.18 299.56 0.59 0.55
Hex D0 4A D1 0 41 0 12 12C 3B 37
Octal 320 112 321 0 101 0 22 454 73 67
Binary 11010000 1001010 11010001 0 1000001 0 10010 100101100 111011 110111

Color Harmonies of #D04AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04AD1

Black with #D04AD1

Text Example


Text Example

White with #D04AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04AD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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