Html Css Color HEX #D140AD Fuchsia

📋 copy color: '#D140AD'

red 209 ◦ green 64 ◦ blue 173

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

Shades of Fuchsia #D140AD

Tints of Fuchsia #D140AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.79%

R = 46.86%
G = 14.35%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D140AD (or 0xD140AD) is known color: Fuchsia. HEX triplet: D1, 40 and AD. RGB value is (209,64,173). Sum of RGB (Red+Green+Blue) = 209+64+173=446 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.86% from 446); Green value is 64 (25.39% from 255 or 14.35% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 209 - color contains mainly: red. Hex color #D140AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D140AD is #2EBF52. Grayscale: #777777. Windows color (decimal): -3063635 or 11354321. OLE color: 11354321.

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

Color convert

RGB 209 64 173 -
CMYK 0 0.69 0.17 0.18
HSL 314.9º 0.61% 0.54% -
HSV(B) 314.9º 0.69% 0.82% -
XYZ 35.67 20.24 41.56 -
YUV 119.78 158.04 191.64 -
System Red Green Blue C M Y K H S L
Decimal 209 64 173 0 0.69 0.17 0.18 314.9 0.61 0.54
Hex D1 40 AD 0 45 11 12 13B 3D 36
Octal 321 100 255 0 105 21 22 473 75 66
Binary 11010001 1000000 10101101 0 1000101 10001 10010 100111011 111101 110110

Color Harmonies of #D140AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D140AD

Black with #D140AD

Text Example


Text Example

White with #D140AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D140AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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