Html Css Color HEX #D04ACD Fuchsia

📋 copy color: '#D04ACD'

red 208 ◦ green 74 ◦ blue 205

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

Shades of Fuchsia #D04ACD

Tints of Fuchsia #D04ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.09%

R = 42.71%
G = 15.2%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D04ACD (or 0xD04ACD) is known color: Fuchsia. HEX triplet: D0, 4A and CD. RGB value is (208,74,205). Sum of RGB (Red+Green+Blue) = 208+74+205=487 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.71% from 487); Green value is 74 (29.30% from 255 or 15.20% from 487); Blue value is 205 (80.47% from 255 or 42.09% from 487); Max value from RGB is 208 - color contains mainly: red. Hex color #D04ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D04ACD is #2FB532. Grayscale: #808080. Windows color (decimal): -3126579 or 13454032. OLE color: 13454032.

HSL color Cylindrical-coordinate representation of color #D04ACD: hue angle of 301.34º 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 #D04ACD is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 74 205 -
CMYK 0 0.64 0.01 0.18
HSL 301.34º 0.59% 0.55% -
HSV(B) 301.34º 0.64% 0.82% -
XYZ 39.48 22.72 60.06 -
YUV 129 170.89 184.35 -
System Red Green Blue C M Y K H S L
Decimal 208 74 205 0 0.64 0.01 0.18 301.34 0.59 0.55
Hex D0 4A CD 0 40 1 12 12D 3B 37
Octal 320 112 315 0 100 1 22 455 73 67
Binary 11010000 1001010 11001101 0 1000000 1 10010 100101101 111011 110111

Color Harmonies of #D04ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04ACD

Black with #D04ACD

Text Example


Text Example

White with #D04ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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