Html Css Color HEX #D040C8 Fuchsia

📋 copy color: '#D040C8'

red 208 ◦ green 64 ◦ blue 200

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

Shades of Fuchsia #D040C8

Tints of Fuchsia #D040C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 42.37%

R = 44.07%
G = 13.56%
B = 42.37%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D040C8 (or 0xD040C8) is known color: Fuchsia. HEX triplet: D0, 40 and C8. RGB value is (208,64,200). Sum of RGB (Red+Green+Blue) = 208+64+200=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 64 (25.39% from 255 or 13.56% from 472); Blue value is 200 (78.52% from 255 or 42.37% from 472); Max value from RGB is 208 - color contains mainly: red. Hex color #D040C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D040C8 is #2FBF37. Grayscale: #7A7A7A. Windows color (decimal): -3129144 or 13123792. OLE color: 13123792.

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

Color convert

RGB 208 64 200 -
CMYK 0 0.69 0.04 0.18
HSL 303.33º 0.61% 0.53% -
HSV(B) 303.33º 0.69% 0.82% -
XYZ 38.27 21.25 56.73 -
YUV 122.56 171.71 188.94 -
System Red Green Blue C M Y K H S L
Decimal 208 64 200 0 0.69 0.04 0.18 303.33 0.61 0.53
Hex D0 40 C8 0 45 4 12 12F 3D 35
Octal 320 100 310 0 105 4 22 457 75 65
Binary 11010000 1000000 11001000 0 1000101 100 10010 100101111 111101 110101

Color Harmonies of #D040C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D040C8

Black with #D040C8

Text Example


Text Example

White with #D040C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D040C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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