Html Css Color HEX #D557B5 Fuchsia

📋 copy color: '#D557B5'

red 213 ◦ green 87 ◦ blue 181

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

Shades of Fuchsia #D557B5

Tints of Fuchsia #D557B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 37.63%

R = 44.28%
G = 18.09%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D557B5 (or 0xD557B5) is known color: Fuchsia. HEX triplet: D5, 57 and B5. RGB value is (213,87,181). Sum of RGB (Red+Green+Blue) = 213+87+181=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 87 (34.38% from 255 or 18.09% from 481); Blue value is 181 (71.09% from 255 or 37.63% from 481); Max value from RGB is 213 - color contains mainly: red. Hex color #D557B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D557B5 is #2AA84A. Grayscale: #878787. Windows color (decimal): -2795595 or 11884501. OLE color: 11884501.

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

Color convert

RGB 213 87 181 -
CMYK 0 0.59 0.15 0.16
HSL 315.24º 0.6% 0.59% -
HSV(B) 315.24º 0.59% 0.84% -
XYZ 39.19 24.3 46.34 -
YUV 135.39 153.74 183.36 -
System Red Green Blue C M Y K H S L
Decimal 213 87 181 0 0.59 0.15 0.16 315.24 0.6 0.59
Hex D5 57 B5 0 3B F 10 13B 3C 3B
Octal 325 127 265 0 73 17 20 473 74 73
Binary 11010101 1010111 10110101 0 111011 1111 10000 100111011 111100 111011

Color Harmonies of #D557B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D557B5

Black with #D557B5

Text Example


Text Example

White with #D557B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D557B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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