Html Css Color HEX #D558AD Fuchsia

📋 copy color: '#D558AD'

red 213 ◦ green 88 ◦ blue 173

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

Shades of Fuchsia #D558AD

Tints of Fuchsia #D558AD

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.57%

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

R = 44.94%
G = 18.57%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D558AD (or 0xD558AD) is known color: Fuchsia. HEX triplet: D5, 58 and AD. RGB value is (213,88,173). Sum of RGB (Red+Green+Blue) = 213+88+173=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 88 (34.77% from 255 or 18.57% from 474); Blue value is 173 (67.97% from 255 or 36.50% from 474); Max value from RGB is 213 - color contains mainly: red. Hex color #D558AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D558AD is #2AA752. Grayscale: #868686. Windows color (decimal): -2795347 or 11360469. OLE color: 11360469.

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

Color convert

RGB 213 88 173 -
CMYK 0 0.59 0.19 0.16
HSL 319.2º 0.6% 0.59% -
HSV(B) 319.2º 0.59% 0.84% -
XYZ 38.47 24.14 42.17 -
YUV 135.07 149.41 183.59 -
System Red Green Blue C M Y K H S L
Decimal 213 88 173 0 0.59 0.19 0.16 319.2 0.6 0.59
Hex D5 58 AD 0 3B 13 10 13F 3C 3B
Octal 325 130 255 0 73 23 20 477 74 73
Binary 11010101 1011000 10101101 0 111011 10011 10000 100111111 111100 111011

Color Harmonies of #D558AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D558AD

Black with #D558AD

Text Example


Text Example

White with #D558AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D558AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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