Html Css Color HEX #D04EB2 Fuchsia

📋 copy color: '#D04EB2'

red 208 ◦ green 78 ◦ blue 178

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

Shades of Fuchsia #D04EB2

Tints of Fuchsia #D04EB2

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.81%

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

R = 44.83%
G = 16.81%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D04EB2 (or 0xD04EB2) is known color: Fuchsia. HEX triplet: D0, 4E and B2. RGB value is (208,78,178). Sum of RGB (Red+Green+Blue) = 208+78+178=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 78 (30.86% from 255 or 16.81% from 464); Blue value is 178 (69.92% from 255 or 38.36% from 464); Max value from RGB is 208 - color contains mainly: red. Hex color #D04EB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D04EB2 is #2FB14D. Grayscale: #7F7F7F. Windows color (decimal): -3125582 or 11685584. OLE color: 11685584.

HSL color Cylindrical-coordinate representation of color #D04EB2: hue angle of 313.85º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D04EB2 is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 78 178 -
CMYK 0 0.62 0.14 0.18
HSL 313.85º 0.58% 0.56% -
HSV(B) 313.85º 0.63% 0.82% -
XYZ 36.77 22.07 44.44 -
YUV 128.27 156.07 184.87 -
System Red Green Blue C M Y K H S L
Decimal 208 78 178 0 0.62 0.14 0.18 313.85 0.58 0.56
Hex D0 4E B2 0 3E E 12 13A 3A 38
Octal 320 116 262 0 76 16 22 472 72 70
Binary 11010000 1001110 10110010 0 111110 1110 10010 100111010 111010 111000

Color Harmonies of #D04EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04EB2

Black with #D04EB2

Text Example


Text Example

White with #D04EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04EB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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