Html Css Color HEX #D040C6 Fuchsia

📋 copy color: '#D040C6'

red 208 ◦ green 64 ◦ blue 198

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

Shades of Fuchsia #D040C6

Tints of Fuchsia #D040C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 42.13%

R = 44.26%
G = 13.62%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D040C6 (or 0xD040C6) is known color: Fuchsia. HEX triplet: D0, 40 and C6. RGB value is (208,64,198). Sum of RGB (Red+Green+Blue) = 208+64+198=470 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.26% from 470); Green value is 64 (25.39% from 255 or 13.62% from 470); Blue value is 198 (77.73% from 255 or 42.13% from 470); Max value from RGB is 208 - color contains mainly: red. Hex color #D040C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D040C6 is #2FBF39. Grayscale: #797979. Windows color (decimal): -3129146 or 12992720. OLE color: 12992720.

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

Color convert

RGB 208 64 198 -
CMYK 0 0.69 0.05 0.18
HSL 304.17º 0.61% 0.53% -
HSV(B) 304.17º 0.69% 0.82% -
XYZ 38.04 21.15 55.5 -
YUV 122.33 170.71 189.1 -
System Red Green Blue C M Y K H S L
Decimal 208 64 198 0 0.69 0.05 0.18 304.17 0.61 0.53
Hex D0 40 C6 0 45 5 12 130 3D 35
Octal 320 100 306 0 105 5 22 460 75 65
Binary 11010000 1000000 11000110 0 1000101 101 10010 100110000 111101 110101

Color Harmonies of #D040C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D040C6

Black with #D040C6

Text Example


Text Example

White with #D040C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D040C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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