Html Css Color HEX #D142AD Fuchsia

📋 copy color: '#D142AD'

red 209 ◦ green 66 ◦ blue 173

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

Shades of Fuchsia #D142AD

Tints of Fuchsia #D142AD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.73%

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

R = 46.65%
G = 14.73%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D142AD (or 0xD142AD) is known color: Fuchsia. HEX triplet: D1, 42 and AD. RGB value is (209,66,173). Sum of RGB (Red+Green+Blue) = 209+66+173=448 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.65% from 448); Green value is 66 (26.17% from 255 or 14.73% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 209 - color contains mainly: red. Hex color #D142AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D142AD is #2EBD52. Grayscale: #787878. Windows color (decimal): -3063123 or 11354833. OLE color: 11354833.

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

Color convert

RGB 209 66 173 -
CMYK 0 0.68 0.17 0.18
HSL 315.1º 0.61% 0.54% -
HSV(B) 315.1º 0.68% 0.82% -
XYZ 35.79 20.47 41.6 -
YUV 120.96 157.38 190.8 -
System Red Green Blue C M Y K H S L
Decimal 209 66 173 0 0.68 0.17 0.18 315.1 0.61 0.54
Hex D1 42 AD 0 44 11 12 13B 3D 36
Octal 321 102 255 0 104 21 22 473 75 66
Binary 11010001 1000010 10101101 0 1000100 10001 10010 100111011 111101 110110

Color Harmonies of #D142AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D142AD

Black with #D142AD

Text Example


Text Example

White with #D142AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D142AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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