Html Css Color HEX #D04AC0 Fuchsia

📋 copy color: '#D04AC0'

red 208 ◦ green 74 ◦ blue 192

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

Shades of Fuchsia #D04AC0

Tints of Fuchsia #D04AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40.51%

R = 43.88%
G = 15.61%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D04AC0 (or 0xD04AC0) is known color: Fuchsia. HEX triplet: D0, 4A and C0. RGB value is (208,74,192). Sum of RGB (Red+Green+Blue) = 208+74+192=474 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.88% from 474); Green value is 74 (29.30% from 255 or 15.61% from 474); Blue value is 192 (75.39% from 255 or 40.51% from 474); Max value from RGB is 208 - color contains mainly: red. Hex color #D04AC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D04AC0 is #2FB53F. Grayscale: #7F7F7F. Windows color (decimal): -3126592 or 12602064. OLE color: 12602064.

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

Color convert

RGB 208 74 192 -
CMYK 0 0.64 0.08 0.18
HSL 307.16º 0.59% 0.55% -
HSV(B) 307.16º 0.64% 0.82% -
XYZ 37.98 22.11 52.14 -
YUV 127.52 164.39 185.41 -
System Red Green Blue C M Y K H S L
Decimal 208 74 192 0 0.64 0.08 0.18 307.16 0.59 0.55
Hex D0 4A C0 0 40 8 12 133 3B 37
Octal 320 112 300 0 100 10 22 463 73 67
Binary 11010000 1001010 11000000 0 1000000 1000 10010 100110011 111011 110111

Color Harmonies of #D04AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04AC0

Black with #D04AC0

Text Example


Text Example

White with #D04AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04AC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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