Html Css Color HEX #D04EB4 Fuchsia

📋 copy color: '#D04EB4'

red 208 ◦ green 78 ◦ blue 180

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

Shades of Fuchsia #D04EB4

Tints of Fuchsia #D04EB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 38.63%

R = 44.64%
G = 16.74%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D04EB4 (or 0xD04EB4) is known color: Fuchsia. HEX triplet: D0, 4E and B4. RGB value is (208,78,180). Sum of RGB (Red+Green+Blue) = 208+78+180=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 78 (30.86% from 255 or 16.74% from 466); Blue value is 180 (70.70% from 255 or 38.63% from 466); Max value from RGB is 208 - color contains mainly: red. Hex color #D04EB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D04EB4 is #2FB14B. Grayscale: #808080. Windows color (decimal): -3125580 or 11816656. OLE color: 11816656.

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

Color convert

RGB 208 78 180 -
CMYK 0 0.62 0.13 0.18
HSL 312.92º 0.58% 0.56% -
HSV(B) 312.92º 0.63% 0.82% -
XYZ 36.98 22.15 45.51 -
YUV 128.5 157.07 184.71 -
System Red Green Blue C M Y K H S L
Decimal 208 78 180 0 0.62 0.13 0.18 312.92 0.58 0.56
Hex D0 4E B4 0 3E D 12 139 3A 38
Octal 320 116 264 0 76 15 22 471 72 70
Binary 11010000 1001110 10110100 0 111110 1101 10010 100111001 111010 111000

Color Harmonies of #D04EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04EB4

Black with #D04EB4

Text Example


Text Example

White with #D04EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04EB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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