Html Css Color HEX #D04FC1 Fuchsia

📋 copy color: '#D04FC1'

red 208 ◦ green 79 ◦ blue 193

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

Shades of Fuchsia #D04FC1

Tints of Fuchsia #D04FC1

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.46%

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

R = 43.33%
G = 16.46%
B = 40.21%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D04FC1 (or 0xD04FC1) is known color: Fuchsia. HEX triplet: D0, 4F and C1. RGB value is (208,79,193). Sum of RGB (Red+Green+Blue) = 208+79+193=480 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.33% from 480); Green value is 79 (31.25% from 255 or 16.46% from 480); Blue value is 193 (75.78% from 255 or 40.21% from 480); Max value from RGB is 208 - color contains mainly: red. Hex color #D04FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D04FC1 is #2FB03E. Grayscale: #828282. Windows color (decimal): -3125311 or 12668880. OLE color: 12668880.

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

Color convert

RGB 208 79 193 -
CMYK 0 0.62 0.07 0.18
HSL 306.98º 0.58% 0.56% -
HSV(B) 306.98º 0.62% 0.82% -
XYZ 38.43 22.85 52.84 -
YUV 130.57 163.24 183.23 -
System Red Green Blue C M Y K H S L
Decimal 208 79 193 0 0.62 0.07 0.18 306.98 0.58 0.56
Hex D0 4F C1 0 3E 7 12 133 3A 38
Octal 320 117 301 0 76 7 22 463 72 70
Binary 11010000 1001111 11000001 0 111110 111 10010 100110011 111010 111000

Color Harmonies of #D04FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04FC1

Black with #D04FC1

Text Example


Text Example

White with #D04FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04FC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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