Html Css Color HEX #D559B4 Fuchsia

📋 copy color: '#D559B4'

red 213 ◦ green 89 ◦ blue 180

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

Shades of Fuchsia #D559B4

Tints of Fuchsia #D559B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.34%

R = 44.19%
G = 18.46%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D559B4 (or 0xD559B4) is known color: Fuchsia. HEX triplet: D5, 59 and B4. RGB value is (213,89,180). Sum of RGB (Red+Green+Blue) = 213+89+180=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 89 (35.16% from 255 or 18.46% from 482); Blue value is 180 (70.70% from 255 or 37.34% from 482); Max value from RGB is 213 - color contains mainly: red. Hex color #D559B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D559B4 is #2AA64B. Grayscale: #888888. Windows color (decimal): -2795084 or 11819477. OLE color: 11819477.

HSL color Cylindrical-coordinate representation of color #D559B4: hue angle of 315.97º 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 #D559B4 is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 89 180 -
CMYK 0 0.58 0.15 0.16
HSL 315.97º 0.6% 0.59% -
HSV(B) 315.97º 0.58% 0.84% -
XYZ 39.25 24.59 45.86 -
YUV 136.45 152.58 182.6 -
System Red Green Blue C M Y K H S L
Decimal 213 89 180 0 0.58 0.15 0.16 315.97 0.6 0.59
Hex D5 59 B4 0 3A F 10 13C 3C 3B
Octal 325 131 264 0 72 17 20 474 74 73
Binary 11010101 1011001 10110100 0 111010 1111 10000 100111100 111100 111011

Color Harmonies of #D559B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D559B4

Black with #D559B4

Text Example


Text Example

White with #D559B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D559B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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