Html Css Color HEX #D140D0 Fuchsia

📋 copy color: '#D140D0'

red 209 ◦ green 64 ◦ blue 208

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

Shades of Fuchsia #D140D0

Tints of Fuchsia #D140D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.24%

R = 43.45%
G = 13.31%
B = 43.24%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D140D0 (or 0xD140D0) is known color: Fuchsia. HEX triplet: D1, 40 and D0. RGB value is (209,64,208). Sum of RGB (Red+Green+Blue) = 209+64+208=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 64 (25.39% from 255 or 13.31% from 481); Blue value is 208 (81.64% from 255 or 43.24% from 481); Max value from RGB is 209 - color contains mainly: red. Hex color #D140D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D140D0 is #2EBF2F. Grayscale: #7B7B7B. Windows color (decimal): -3063600 or 13648081. OLE color: 13648081.

HSL color Cylindrical-coordinate representation of color #D140D0: hue angle of 300.41º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D140D0 is Cyan = 0, Magento = 0.69, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 64 208 -
CMYK 0 0.69 0.00 0.18
HSL 300.41º 0.61% 0.54% -
HSV(B) 300.41º 0.69% 0.82% -
XYZ 39.51 21.78 61.8 -
YUV 123.77 175.54 188.79 -
System Red Green Blue C M Y K H S L
Decimal 209 64 208 0 0.69 0.00 0.18 300.41 0.61 0.54
Hex D1 40 D0 0 45 0 12 12C 3D 36
Octal 321 100 320 0 105 0 22 454 75 66
Binary 11010001 1000000 11010000 0 1000101 0 10010 100101100 111101 110110

Color Harmonies of #D140D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D140D0

Black with #D140D0

Text Example


Text Example

White with #D140D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D140D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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