Html Css Color HEX #D559B1 Fuchsia

📋 copy color: '#D559B1'

red 213 ◦ green 89 ◦ blue 177

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

Shades of Fuchsia #D559B1

Tints of Fuchsia #D559B1

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.58%

 BLUE value IS 177 (69.53% from 255) = 36.95%

R = 44.47%
G = 18.58%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D559B1 (or 0xD559B1) is known color: Fuchsia. HEX triplet: D5, 59 and B1. RGB value is (213,89,177). Sum of RGB (Red+Green+Blue) = 213+89+177=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 89 (35.16% from 255 or 18.58% from 479); Blue value is 177 (69.53% from 255 or 36.95% from 479); Max value from RGB is 213 - color contains mainly: red. Hex color #D559B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D559B1 is #2AA64E. Grayscale: #878787. Windows color (decimal): -2795087 or 11622869. OLE color: 11622869.

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

Color convert

RGB 213 89 177 -
CMYK 0 0.58 0.17 0.16
HSL 317.42º 0.6% 0.59% -
HSV(B) 317.42º 0.58% 0.84% -
XYZ 38.95 24.47 44.26 -
YUV 136.11 151.08 182.84 -
System Red Green Blue C M Y K H S L
Decimal 213 89 177 0 0.58 0.17 0.16 317.42 0.6 0.59
Hex D5 59 B1 0 3A 11 10 13D 3C 3B
Octal 325 131 261 0 72 21 20 475 74 73
Binary 11010101 1011001 10110001 0 111010 10001 10000 100111101 111100 111011

Color Harmonies of #D559B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D559B1

Black with #D559B1

Text Example


Text Example

White with #D559B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D559B1; }

 p { color: rgb(213,89,177); }

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

background-color css

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

 a { background-color: rgb(213,89,177); }

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

border-color css

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

 span { border-color: rgb(213,89,177); }

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