Html Css Color HEX #D04AB9 Fuchsia

📋 copy color: '#D04AB9'

red 208 ◦ green 74 ◦ blue 185

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

Shades of Fuchsia #D04AB9

Tints of Fuchsia #D04AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 39.61%

R = 44.54%
G = 15.85%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D04AB9 (or 0xD04AB9) is known color: Fuchsia. HEX triplet: D0, 4A and B9. RGB value is (208,74,185). Sum of RGB (Red+Green+Blue) = 208+74+185=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 74 (29.30% from 255 or 15.85% from 467); Blue value is 185 (72.66% from 255 or 39.61% from 467); Max value from RGB is 208 - color contains mainly: red. Hex color #D04AB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D04AB9 is #2FB546. Grayscale: #7E7E7E. Windows color (decimal): -3126599 or 12143312. OLE color: 12143312.

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

Color convert

RGB 208 74 185 -
CMYK 0 0.64 0.11 0.18
HSL 310.3º 0.59% 0.55% -
HSV(B) 310.3º 0.64% 0.82% -
XYZ 37.22 21.81 48.15 -
YUV 126.72 160.89 185.97 -
System Red Green Blue C M Y K H S L
Decimal 208 74 185 0 0.64 0.11 0.18 310.3 0.59 0.55
Hex D0 4A B9 0 40 B 12 136 3B 37
Octal 320 112 271 0 100 13 22 466 73 67
Binary 11010000 1001010 10111001 0 1000000 1011 10010 100110110 111011 110111

Color Harmonies of #D04AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04AB9

Black with #D04AB9

Text Example


Text Example

White with #D04AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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