Html Css Color HEX #D04AB1 Fuchsia

📋 copy color: '#D04AB1'

red 208 ◦ green 74 ◦ blue 177

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

Shades of Fuchsia #D04AB1

Tints of Fuchsia #D04AB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 38.56%

R = 45.32%
G = 16.12%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D04AB1 (or 0xD04AB1) is known color: Fuchsia. HEX triplet: D0, 4A and B1. RGB value is (208,74,177). Sum of RGB (Red+Green+Blue) = 208+74+177=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 74 (29.30% from 255 or 16.12% from 459); Blue value is 177 (69.53% from 255 or 38.56% from 459); Max value from RGB is 208 - color contains mainly: red. Hex color #D04AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04AB1 is #2FB54E. Grayscale: #7D7D7D. Windows color (decimal): -3126607 or 11619024. OLE color: 11619024.

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

Color convert

RGB 208 74 177 -
CMYK 0 0.64 0.15 0.18
HSL 313.88º 0.59% 0.55% -
HSV(B) 313.88º 0.64% 0.82% -
XYZ 36.4 21.48 43.82 -
YUV 125.81 156.89 186.62 -
System Red Green Blue C M Y K H S L
Decimal 208 74 177 0 0.64 0.15 0.18 313.88 0.59 0.55
Hex D0 4A B1 0 40 F 12 13A 3B 37
Octal 320 112 261 0 100 17 22 472 73 67
Binary 11010000 1001010 10110001 0 1000000 1111 10010 100111010 111011 110111

Color Harmonies of #D04AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04AB1

Black with #D04AB1

Text Example


Text Example

White with #D04AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04AB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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