Html Css Color HEX #D146AD Fuchsia

📋 copy color: '#D146AD'

red 209 ◦ green 70 ◦ blue 173

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

Shades of Fuchsia #D146AD

Tints of Fuchsia #D146AD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.49%

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

R = 46.24%
G = 15.49%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D146AD (or 0xD146AD) is known color: Fuchsia. HEX triplet: D1, 46 and AD. RGB value is (209,70,173). Sum of RGB (Red+Green+Blue) = 209+70+173=452 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.24% from 452); Green value is 70 (27.73% from 255 or 15.49% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 209 - color contains mainly: red. Hex color #D146AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D146AD is #2EB952. Grayscale: #7B7B7B. Windows color (decimal): -3062099 or 11355857. OLE color: 11355857.

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

Color convert

RGB 209 70 173 -
CMYK 0 0.67 0.17 0.18
HSL 315.54º 0.6% 0.55% -
HSV(B) 315.54º 0.67% 0.82% -
XYZ 36.03 20.95 41.68 -
YUV 123.3 156.05 189.12 -
System Red Green Blue C M Y K H S L
Decimal 209 70 173 0 0.67 0.17 0.18 315.54 0.6 0.55
Hex D1 46 AD 0 43 11 12 13C 3C 37
Octal 321 106 255 0 103 21 22 474 74 67
Binary 11010001 1000110 10101101 0 1000011 10001 10010 100111100 111100 110111

Color Harmonies of #D146AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D146AD

Black with #D146AD

Text Example


Text Example

White with #D146AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D146AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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