Html Css Color HEX #D04DC7 Fuchsia

📋 copy color: '#D04DC7'

red 208 ◦ green 77 ◦ blue 199

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

Shades of Fuchsia #D04DC7

Tints of Fuchsia #D04DC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 41.12%

R = 42.98%
G = 15.91%
B = 41.12%

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

#D04DC7 (or 0xD04DC7) is known color: Fuchsia. HEX triplet: D0, 4D and C7. RGB value is (208,77,199). Sum of RGB (Red+Green+Blue) = 208+77+199=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 77 (30.47% from 255 or 15.91% from 484); Blue value is 199 (78.12% from 255 or 41.12% from 484); Max value from RGB is 208 - color contains mainly: red. Hex color #D04DC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D04DC7 is #2FB238. Grayscale: #818181. Windows color (decimal): -3125817 or 13061584. OLE color: 13061584.

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

Color convert

RGB 208 77 199 -
CMYK 0 0.63 0.04 0.18
HSL 304.12º 0.58% 0.56% -
HSV(B) 304.12º 0.63% 0.82% -
XYZ 38.98 22.84 56.39 -
YUV 130.08 166.9 183.58 -
System Red Green Blue C M Y K H S L
Decimal 208 77 199 0 0.63 0.04 0.18 304.12 0.58 0.56
Hex D0 4D C7 0 3F 4 12 130 3A 38
Octal 320 115 307 0 77 4 22 460 72 70
Binary 11010000 1001101 11000111 0 111111 100 10010 100110000 111010 111000

Color Harmonies of #D04DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04DC7

Black with #D04DC7

Text Example


Text Example

White with #D04DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04DC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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