Html Css Color HEX #D040C3 Fuchsia

📋 copy color: '#D040C3'

red 208 ◦ green 64 ◦ blue 195

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

Shades of Fuchsia #D040C3

Tints of Fuchsia #D040C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 41.76%

R = 44.54%
G = 13.7%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D040C3 (or 0xD040C3) is known color: Fuchsia. HEX triplet: D0, 40 and C3. RGB value is (208,64,195). Sum of RGB (Red+Green+Blue) = 208+64+195=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 64 (25.39% from 255 or 13.70% from 467); Blue value is 195 (76.56% from 255 or 41.76% from 467); Max value from RGB is 208 - color contains mainly: red. Hex color #D040C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D040C3 is #2FBF3C. Grayscale: #797979. Windows color (decimal): -3129149 or 12796112. OLE color: 12796112.

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

Color convert

RGB 208 64 195 -
CMYK 0 0.69 0.06 0.18
HSL 305.42º 0.61% 0.53% -
HSV(B) 305.42º 0.69% 0.82% -
XYZ 37.7 21.02 53.7 -
YUV 121.99 169.21 189.35 -
System Red Green Blue C M Y K H S L
Decimal 208 64 195 0 0.69 0.06 0.18 305.42 0.61 0.53
Hex D0 40 C3 0 45 6 12 131 3D 35
Octal 320 100 303 0 105 6 22 461 75 65
Binary 11010000 1000000 11000011 0 1000101 110 10010 100110001 111101 110101

Color Harmonies of #D040C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D040C3

Black with #D040C3

Text Example


Text Example

White with #D040C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D040C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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