Html Css Color HEX #D04DC5 Fuchsia

📋 copy color: '#D04DC5'

red 208 ◦ green 77 ◦ blue 197

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

Shades of Fuchsia #D04DC5

Tints of Fuchsia #D04DC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 40.87%

R = 43.15%
G = 15.98%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D04DC5 (or 0xD04DC5) is known color: Fuchsia. HEX triplet: D0, 4D and C5. RGB value is (208,77,197). Sum of RGB (Red+Green+Blue) = 208+77+197=482 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.15% from 482); Green value is 77 (30.47% from 255 or 15.98% from 482); Blue value is 197 (77.34% from 255 or 40.87% from 482); Max value from RGB is 208 - color contains mainly: red. Hex color #D04DC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D04DC5 is #2FB23A. Grayscale: #818181. Windows color (decimal): -3125819 or 12930512. OLE color: 12930512.

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

Color convert

RGB 208 77 197 -
CMYK 0 0.63 0.05 0.18
HSL 305.04º 0.58% 0.56% -
HSV(B) 305.04º 0.63% 0.82% -
XYZ 38.74 22.75 55.17 -
YUV 129.85 165.9 183.74 -
System Red Green Blue C M Y K H S L
Decimal 208 77 197 0 0.63 0.05 0.18 305.04 0.58 0.56
Hex D0 4D C5 0 3F 5 12 131 3A 38
Octal 320 115 305 0 77 5 22 461 72 70
Binary 11010000 1001101 11000101 0 111111 101 10010 100110001 111010 111000

Color Harmonies of #D04DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04DC5

Black with #D04DC5

Text Example


Text Example

White with #D04DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04DC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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