Html Css Color HEX #D040C9 Fuchsia

📋 copy color: '#D040C9'

red 208 ◦ green 64 ◦ blue 201

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

Shades of Fuchsia #D040C9

Tints of Fuchsia #D040C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.49%

R = 43.97%
G = 13.53%
B = 42.49%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D040C9 (or 0xD040C9) is known color: Fuchsia. HEX triplet: D0, 40 and C9. RGB value is (208,64,201). Sum of RGB (Red+Green+Blue) = 208+64+201=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 64 (25.39% from 255 or 13.53% from 473); Blue value is 201 (78.91% from 255 or 42.49% from 473); Max value from RGB is 208 - color contains mainly: red. Hex color #D040C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D040C9 is #2FBF36. Grayscale: #7A7A7A. Windows color (decimal): -3129143 or 13189328. OLE color: 13189328.

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

Color convert

RGB 208 64 201 -
CMYK 0 0.69 0.03 0.18
HSL 302.92º 0.61% 0.53% -
HSV(B) 302.92º 0.69% 0.82% -
XYZ 38.39 21.29 57.35 -
YUV 122.67 172.21 188.86 -
System Red Green Blue C M Y K H S L
Decimal 208 64 201 0 0.69 0.03 0.18 302.92 0.61 0.53
Hex D0 40 C9 0 45 3 12 12F 3D 35
Octal 320 100 311 0 105 3 22 457 75 65
Binary 11010000 1000000 11001001 0 1000101 11 10010 100101111 111101 110101

Color Harmonies of #D040C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D040C9

Black with #D040C9

Text Example


Text Example

White with #D040C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D040C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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