Html Css Color HEX #D140D6 Fuchsia

📋 copy color: '#D140D6'

red 209 ◦ green 64 ◦ blue 214

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

Shades of Fuchsia #D140D6

Tints of Fuchsia #D140D6

RGB

 RED value IS 209 (82.03% from 255) = 42.92%

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

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

R = 42.92%
G = 13.14%
B = 43.94%

CMYK

 C value IS 0.02

 M value IS 0.70

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D140D6 (or 0xD140D6) is known color: Fuchsia. HEX triplet: D1, 40 and D6. RGB value is (209,64,214). Sum of RGB (Red+Green+Blue) = 209+64+214=487 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.92% from 487); Green value is 64 (25.39% from 255 or 13.14% from 487); Blue value is 214 (83.98% from 255 or 43.94% from 487); Max value from RGB is 214 - color contains mainly: blue. Hex color #D140D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D140D6 is #2EBF29. Grayscale: #7C7C7C. Windows color (decimal): -3063594 or 14041297. OLE color: 14041297.

HSL color Cylindrical-coordinate representation of color #D140D6: hue angle of 298º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D140D6 is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 64 214 -
CMYK 0.02 0.70 0 0.16
HSL 298º 0.65% 0.55% -
HSV(B) 298º 0.7% 0.84% -
XYZ 40.27 22.08 65.76 -
YUV 124.46 178.54 188.3 -
System Red Green Blue C M Y K H S L
Decimal 209 64 214 0.02 0.70 0 0.16 298 0.65 0.55
Hex D1 40 D6 2 46 0 10 12A 41 37
Octal 321 100 326 2 106 0 20 452 101 67
Binary 11010001 1000000 11010110 10 1000110 0 10000 100101010 1000001 110111

Color Harmonies of #D140D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D140D6

Black with #D140D6

Text Example


Text Example

White with #D140D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D140D6; }

 p { color: rgb(209,64,214); }

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

background-color css

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

 a { background-color: rgb(209,64,214); }

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

border-color css

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

 span { border-color: rgb(209,64,214); }

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