Html Css Color HEX #D04AC9 Fuchsia

📋 copy color: '#D04AC9'

red 208 ◦ green 74 ◦ blue 201

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

Shades of Fuchsia #D04AC9

Tints of Fuchsia #D04AC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 41.61%

R = 43.06%
G = 15.32%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D04AC9 (or 0xD04AC9) is known color: Fuchsia. HEX triplet: D0, 4A and C9. RGB value is (208,74,201). Sum of RGB (Red+Green+Blue) = 208+74+201=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 74 (29.30% from 255 or 15.32% from 483); Blue value is 201 (78.91% from 255 or 41.61% from 483); Max value from RGB is 208 - color contains mainly: red. Hex color #D04AC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D04AC9 is #2FB536. Grayscale: #808080. Windows color (decimal): -3126583 or 13191888. OLE color: 13191888.

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

Color convert

RGB 208 74 201 -
CMYK 0 0.64 0.03 0.18
HSL 303.13º 0.59% 0.55% -
HSV(B) 303.13º 0.64% 0.82% -
XYZ 39 22.52 57.55 -
YUV 128.54 168.89 184.67 -
System Red Green Blue C M Y K H S L
Decimal 208 74 201 0 0.64 0.03 0.18 303.13 0.59 0.55
Hex D0 4A C9 0 40 3 12 12F 3B 37
Octal 320 112 311 0 100 3 22 457 73 67
Binary 11010000 1001010 11001001 0 1000000 11 10010 100101111 111011 110111

Color Harmonies of #D04AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04AC9

Black with #D04AC9

Text Example


Text Example

White with #D04AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04AC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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