Html Css Color HEX #D557B7 Fuchsia

📋 copy color: '#D557B7'

red 213 ◦ green 87 ◦ blue 183

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

Shades of Fuchsia #D557B7

Tints of Fuchsia #D557B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 37.89%

R = 44.1%
G = 18.01%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D557B7 (or 0xD557B7) is known color: Fuchsia. HEX triplet: D5, 57 and B7. RGB value is (213,87,183). Sum of RGB (Red+Green+Blue) = 213+87+183=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 87 (34.38% from 255 or 18.01% from 483); Blue value is 183 (71.88% from 255 or 37.89% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D557B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D557B7 is #2AA848. Grayscale: #878787. Windows color (decimal): -2795593 or 12015573. OLE color: 12015573.

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

Color convert

RGB 213 87 183 -
CMYK 0 0.59 0.14 0.16
HSL 314.29º 0.6% 0.59% -
HSV(B) 314.29º 0.59% 0.84% -
XYZ 39.4 24.38 47.43 -
YUV 135.62 154.74 183.19 -
System Red Green Blue C M Y K H S L
Decimal 213 87 183 0 0.59 0.14 0.16 314.29 0.6 0.59
Hex D5 57 B7 0 3B E 10 13A 3C 3B
Octal 325 127 267 0 73 16 20 472 74 73
Binary 11010101 1010111 10110111 0 111011 1110 10000 100111010 111100 111011

Color Harmonies of #D557B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D557B7

Black with #D557B7

Text Example


Text Example

White with #D557B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D557B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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