Html Css Color HEX #D04AB0 Fuchsia

📋 copy color: '#D04AB0'

red 208 ◦ green 74 ◦ blue 176

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

Shades of Fuchsia #D04AB0

Tints of Fuchsia #D04AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 38.43%

R = 45.41%
G = 16.16%
B = 38.43%

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

#D04AB0 (or 0xD04AB0) is known color: Fuchsia. HEX triplet: D0, 4A and B0. RGB value is (208,74,176). Sum of RGB (Red+Green+Blue) = 208+74+176=458 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.41% from 458); Green value is 74 (29.30% from 255 or 16.16% from 458); Blue value is 176 (69.14% from 255 or 38.43% from 458); Max value from RGB is 208 - color contains mainly: red. Hex color #D04AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04AB0 is #2FB54F. Grayscale: #7D7D7D. Windows color (decimal): -3126608 or 11553488. OLE color: 11553488.

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

Color convert

RGB 208 74 176 -
CMYK 0 0.64 0.15 0.18
HSL 314.33º 0.59% 0.55% -
HSV(B) 314.33º 0.64% 0.82% -
XYZ 36.3 21.44 43.3 -
YUV 125.69 156.39 186.71 -
System Red Green Blue C M Y K H S L
Decimal 208 74 176 0 0.64 0.15 0.18 314.33 0.59 0.55
Hex D0 4A B0 0 40 F 12 13A 3B 37
Octal 320 112 260 0 100 17 22 472 73 67
Binary 11010000 1001010 10110000 0 1000000 1111 10010 100111010 111011 110111

Color Harmonies of #D04AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04AB0

Black with #D04AB0

Text Example


Text Example

White with #D04AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04AB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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