Html Css Color HEX #D151AD Fuchsia

📋 copy color: '#D151AD'

red 209 ◦ green 81 ◦ blue 173

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

Shades of Fuchsia #D151AD

Tints of Fuchsia #D151AD

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.49%

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

R = 45.14%
G = 17.49%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D151AD (or 0xD151AD) is known color: Fuchsia. HEX triplet: D1, 51 and AD. RGB value is (209,81,173). Sum of RGB (Red+Green+Blue) = 209+81+173=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 81 (32.03% from 255 or 17.49% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 209 - color contains mainly: red. Hex color #D151AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D151AD is #2EAE52. Grayscale: #818181. Windows color (decimal): -3059283 or 11358673. OLE color: 11358673.

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

Color convert

RGB 209 81 173 -
CMYK 0 0.61 0.17 0.18
HSL 316.88º 0.58% 0.57% -
HSV(B) 316.88º 0.61% 0.82% -
XYZ 36.78 22.46 41.93 -
YUV 129.76 152.41 184.52 -
System Red Green Blue C M Y K H S L
Decimal 209 81 173 0 0.61 0.17 0.18 316.88 0.58 0.57
Hex D1 51 AD 0 3D 11 12 13D 3A 39
Octal 321 121 255 0 75 21 22 475 72 71
Binary 11010001 1010001 10101101 0 111101 10001 10010 100111101 111010 111001

Color Harmonies of #D151AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D151AD

Black with #D151AD

Text Example


Text Example

White with #D151AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D151AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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