Html Css Color HEX #D04AB2 Fuchsia

📋 copy color: '#D04AB2'

red 208 ◦ green 74 ◦ blue 178

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

Shades of Fuchsia #D04AB2

Tints of Fuchsia #D04AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 38.7%

R = 45.22%
G = 16.09%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D04AB2 (or 0xD04AB2) is known color: Fuchsia. HEX triplet: D0, 4A and B2. RGB value is (208,74,178). Sum of RGB (Red+Green+Blue) = 208+74+178=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 74 (29.30% from 255 or 16.09% from 460); Blue value is 178 (69.92% from 255 or 38.70% from 460); Max value from RGB is 208 - color contains mainly: red. Hex color #D04AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04AB2 is #2FB54D. Grayscale: #7D7D7D. Windows color (decimal): -3126606 or 11684560. OLE color: 11684560.

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

Color convert

RGB 208 74 178 -
CMYK 0 0.64 0.14 0.18
HSL 313.43º 0.59% 0.55% -
HSV(B) 313.43º 0.64% 0.82% -
XYZ 36.5 21.52 44.35 -
YUV 125.92 157.39 186.54 -
System Red Green Blue C M Y K H S L
Decimal 208 74 178 0 0.64 0.14 0.18 313.43 0.59 0.55
Hex D0 4A B2 0 40 E 12 139 3B 37
Octal 320 112 262 0 100 16 22 471 73 67
Binary 11010000 1001010 10110010 0 1000000 1110 10010 100111001 111011 110111

Color Harmonies of #D04AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04AB2

Black with #D04AB2

Text Example


Text Example

White with #D04AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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