Html Css Color HEX #D551AD Fuchsia

📋 copy color: '#D551AD'

red 213 ◦ green 81 ◦ blue 173

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

Shades of Fuchsia #D551AD

Tints of Fuchsia #D551AD

RGB

 RED value IS 213 (83.59% from 255) = 45.61%

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

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

R = 45.61%
G = 17.34%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D551AD (or 0xD551AD) is known color: Fuchsia. HEX triplet: D5, 51 and AD. RGB value is (213,81,173). Sum of RGB (Red+Green+Blue) = 213+81+173=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 81 (32.03% from 255 or 17.34% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D551AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D551AD is #2AAE52. Grayscale: #828282. Windows color (decimal): -2797139 or 11358677. OLE color: 11358677.

HSL color Cylindrical-coordinate representation of color #D551AD: hue angle of 318.18º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D551AD is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 81 173 -
CMYK 0 0.62 0.19 0.16
HSL 318.18º 0.61% 0.58% -
HSV(B) 318.18º 0.62% 0.84% -
XYZ 37.93 23.05 41.98 -
YUV 130.96 151.73 186.52 -
System Red Green Blue C M Y K H S L
Decimal 213 81 173 0 0.62 0.19 0.16 318.18 0.61 0.58
Hex D5 51 AD 0 3E 13 10 13E 3D 3A
Octal 325 121 255 0 76 23 20 476 75 72
Binary 11010101 1010001 10101101 0 111110 10011 10000 100111110 111101 111010

Color Harmonies of #D551AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D551AD

Black with #D551AD

Text Example


Text Example

White with #D551AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D551AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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