Html Css Color HEX #D043D6 Fuchsia

📋 copy color: '#D043D6'

red 208 ◦ green 67 ◦ blue 214

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

Shades of Fuchsia #D043D6

Tints of Fuchsia #D043D6

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.7%

 BLUE value IS 214 (83.98% from 255) = 43.76%

R = 42.54%
G = 13.7%
B = 43.76%

CMYK

 C value IS 0.03

 M value IS 0.69

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D043D6 (or 0xD043D6) is known color: Fuchsia. HEX triplet: D0, 43 and D6. RGB value is (208,67,214). Sum of RGB (Red+Green+Blue) = 208+67+214=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 67 (26.56% from 255 or 13.70% from 489); Blue value is 214 (83.98% from 255 or 43.76% from 489); Max value from RGB is 214 - color contains mainly: blue. Hex color #D043D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D043D6 is #2FBC29. Grayscale: #7D7D7D. Windows color (decimal): -3128362 or 14042064. OLE color: 14042064.

HSL color Cylindrical-coordinate representation of color #D043D6: hue angle of 297.55º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D043D6 is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 67 214 -
CMYK 0.03 0.69 0 0.16
HSL 297.55º 0.64% 0.55% -
HSV(B) 297.55º 0.69% 0.84% -
XYZ 40.16 22.28 65.8 -
YUV 125.92 177.71 186.55 -
System Red Green Blue C M Y K H S L
Decimal 208 67 214 0.03 0.69 0 0.16 297.55 0.64 0.55
Hex D0 43 D6 3 45 0 10 12A 40 37
Octal 320 103 326 3 105 0 20 452 100 67
Binary 11010000 1000011 11010110 11 1000101 0 10000 100101010 1000000 110111

Color Harmonies of #D043D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D043D6

Black with #D043D6

Text Example


Text Example

White with #D043D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D043D6; }

 p { color: rgb(208,67,214); }

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

background-color css

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

 a { background-color: rgb(208,67,214); }

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

border-color css

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

 span { border-color: rgb(208,67,214); }

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