Html Css Color HEX #D040C1 Fuchsia

📋 copy color: '#D040C1'

red 208 ◦ green 64 ◦ blue 193

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

Shades of Fuchsia #D040C1

Tints of Fuchsia #D040C1

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.76%

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

R = 44.73%
G = 13.76%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D040C1 (or 0xD040C1) is known color: Fuchsia. HEX triplet: D0, 40 and C1. RGB value is (208,64,193). Sum of RGB (Red+Green+Blue) = 208+64+193=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 64 (25.39% from 255 or 13.76% from 465); Blue value is 193 (75.78% from 255 or 41.51% from 465); Max value from RGB is 208 - color contains mainly: red. Hex color #D040C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D040C1 is #2FBF3E. Grayscale: #797979. Windows color (decimal): -3129151 or 12665040. OLE color: 12665040.

HSL color Cylindrical-coordinate representation of color #D040C1: hue angle of 306.25º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D040C1 is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 64 193 -
CMYK 0 0.69 0.07 0.18
HSL 306.25º 0.61% 0.53% -
HSV(B) 306.25º 0.69% 0.82% -
XYZ 37.47 20.93 52.52 -
YUV 121.76 168.21 189.51 -
System Red Green Blue C M Y K H S L
Decimal 208 64 193 0 0.69 0.07 0.18 306.25 0.61 0.53
Hex D0 40 C1 0 45 7 12 132 3D 35
Octal 320 100 301 0 105 7 22 462 75 65
Binary 11010000 1000000 11000001 0 1000101 111 10010 100110010 111101 110101

Color Harmonies of #D040C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D040C1

Black with #D040C1

Text Example


Text Example

White with #D040C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D040C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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