Html Css Color HEX #D04DC8 Fuchsia

📋 copy color: '#D04DC8'

red 208 ◦ green 77 ◦ blue 200

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

Shades of Fuchsia #D04DC8

Tints of Fuchsia #D04DC8

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.88%

 BLUE value IS 200 (78.52% from 255) = 41.24%

R = 42.89%
G = 15.88%
B = 41.24%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D04DC8 (or 0xD04DC8) is known color: Fuchsia. HEX triplet: D0, 4D and C8. RGB value is (208,77,200). Sum of RGB (Red+Green+Blue) = 208+77+200=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 77 (30.47% from 255 or 15.88% from 485); Blue value is 200 (78.52% from 255 or 41.24% from 485); Max value from RGB is 208 - color contains mainly: red. Hex color #D04DC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D04DC8 is #2FB237. Grayscale: #818181. Windows color (decimal): -3125816 or 13127120. OLE color: 13127120.

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

Color convert

RGB 208 77 200 -
CMYK 0 0.63 0.04 0.18
HSL 303.66º 0.58% 0.56% -
HSV(B) 303.66º 0.63% 0.82% -
XYZ 39.09 22.89 57 -
YUV 130.19 167.4 183.5 -
System Red Green Blue C M Y K H S L
Decimal 208 77 200 0 0.63 0.04 0.18 303.66 0.58 0.56
Hex D0 4D C8 0 3F 4 12 130 3A 38
Octal 320 115 310 0 77 4 22 460 72 70
Binary 11010000 1001101 11001000 0 111111 100 10010 100110000 111010 111000

Color Harmonies of #D04DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04DC8

Black with #D04DC8

Text Example


Text Example

White with #D04DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04DC8; }

 p { color: rgb(208,77,200); }

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

background-color css

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

 a { background-color: rgb(208,77,200); }

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

border-color css

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

 span { border-color: rgb(208,77,200); }

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