Html Css Color HEX #D04DC1 Fuchsia

📋 copy color: '#D04DC1'

red 208 ◦ green 77 ◦ blue 193

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

Shades of Fuchsia #D04DC1

Tints of Fuchsia #D04DC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 40.38%

R = 43.51%
G = 16.11%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D04DC1 (or 0xD04DC1) is known color: Fuchsia. HEX triplet: D0, 4D and C1. RGB value is (208,77,193). Sum of RGB (Red+Green+Blue) = 208+77+193=478 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.51% from 478); Green value is 77 (30.47% from 255 or 16.11% from 478); Blue value is 193 (75.78% from 255 or 40.38% from 478); Max value from RGB is 208 - color contains mainly: red. Hex color #D04DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D04DC1 is #2FB23E. Grayscale: #818181. Windows color (decimal): -3125823 or 12668368. OLE color: 12668368.

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

Color convert

RGB 208 77 193 -
CMYK 0 0.63 0.07 0.18
HSL 306.87º 0.58% 0.56% -
HSV(B) 306.87º 0.63% 0.82% -
XYZ 38.29 22.57 52.79 -
YUV 129.39 163.9 184.07 -
System Red Green Blue C M Y K H S L
Decimal 208 77 193 0 0.63 0.07 0.18 306.87 0.58 0.56
Hex D0 4D C1 0 3F 7 12 133 3A 38
Octal 320 115 301 0 77 7 22 463 72 70
Binary 11010000 1001101 11000001 0 111111 111 10010 100110011 111010 111000

Color Harmonies of #D04DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04DC1

Black with #D04DC1

Text Example


Text Example

White with #D04DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04DC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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