Html Css Color HEX #D559C3 Fuchsia

📋 copy color: '#D559C3'

red 213 ◦ green 89 ◦ blue 195

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

Shades of Fuchsia #D559C3

Tints of Fuchsia #D559C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 39.24%

R = 42.86%
G = 17.91%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D559C3 (or 0xD559C3) is known color: Fuchsia. HEX triplet: D5, 59 and C3. RGB value is (213,89,195). Sum of RGB (Red+Green+Blue) = 213+89+195=497 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.86% from 497); Green value is 89 (35.16% from 255 or 17.91% from 497); Blue value is 195 (76.56% from 255 or 39.24% from 497); Max value from RGB is 213 - color contains mainly: red. Hex color #D559C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D559C3 is #2AA63C. Grayscale: #898989. Windows color (decimal): -2795069 or 12802517. OLE color: 12802517.

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

Color convert

RGB 213 89 195 -
CMYK 0 0.58 0.08 0.16
HSL 308.71º 0.6% 0.59% -
HSV(B) 308.71º 0.58% 0.84% -
XYZ 40.86 25.23 54.35 -
YUV 138.16 160.08 181.38 -
System Red Green Blue C M Y K H S L
Decimal 213 89 195 0 0.58 0.08 0.16 308.71 0.6 0.59
Hex D5 59 C3 0 3A 8 10 135 3C 3B
Octal 325 131 303 0 72 10 20 465 74 73
Binary 11010101 1011001 11000011 0 111010 1000 10000 100110101 111100 111011

Color Harmonies of #D559C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D559C3

Black with #D559C3

Text Example


Text Example

White with #D559C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D559C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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