Html Css Color HEX #D557B0 Fuchsia

📋 copy color: '#D557B0'

red 213 ◦ green 87 ◦ blue 176

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

Shades of Fuchsia #D557B0

Tints of Fuchsia #D557B0

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.28%

 BLUE value IS 176 (69.14% from 255) = 36.97%

R = 44.75%
G = 18.28%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D557B0 (or 0xD557B0) is known color: Fuchsia. HEX triplet: D5, 57 and B0. RGB value is (213,87,176). Sum of RGB (Red+Green+Blue) = 213+87+176=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 87 (34.38% from 255 or 18.28% from 476); Blue value is 176 (69.14% from 255 or 36.97% from 476); Max value from RGB is 213 - color contains mainly: red. Hex color #D557B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D557B0 is #2AA84F. Grayscale: #868686. Windows color (decimal): -2795600 or 11556821. OLE color: 11556821.

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

Color convert

RGB 213 87 176 -
CMYK 0 0.59 0.17 0.16
HSL 317.62º 0.6% 0.59% -
HSV(B) 317.62º 0.59% 0.84% -
XYZ 38.69 24.1 43.69 -
YUV 134.82 151.24 183.76 -
System Red Green Blue C M Y K H S L
Decimal 213 87 176 0 0.59 0.17 0.16 317.62 0.6 0.59
Hex D5 57 B0 0 3B 11 10 13E 3C 3B
Octal 325 127 260 0 73 21 20 476 74 73
Binary 11010101 1010111 10110000 0 111011 10001 10000 100111110 111100 111011

Color Harmonies of #D557B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D557B0

Black with #D557B0

Text Example


Text Example

White with #D557B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D557B0; }

 p { color: rgb(213,87,176); }

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

background-color css

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

 a { background-color: rgb(213,87,176); }

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

border-color css

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

 span { border-color: rgb(213,87,176); }

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