Html Css Color HEX #D557B9 Fuchsia

📋 copy color: '#D557B9'

red 213 ◦ green 87 ◦ blue 185

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

Shades of Fuchsia #D557B9

Tints of Fuchsia #D557B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.14%

R = 43.92%
G = 17.94%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D557B9 (or 0xD557B9) is known color: Fuchsia. HEX triplet: D5, 57 and B9. RGB value is (213,87,185). Sum of RGB (Red+Green+Blue) = 213+87+185=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 87 (34.38% from 255 or 17.94% from 485); Blue value is 185 (72.66% from 255 or 38.14% from 485); Max value from RGB is 213 - color contains mainly: red. Hex color #D557B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D557B9 is #2AA846. Grayscale: #878787. Windows color (decimal): -2795591 or 12146645. OLE color: 12146645.

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

Color convert

RGB 213 87 185 -
CMYK 0 0.59 0.13 0.16
HSL 313.33º 0.6% 0.59% -
HSV(B) 313.33º 0.59% 0.84% -
XYZ 39.61 24.47 48.53 -
YUV 135.85 155.74 183.03 -
System Red Green Blue C M Y K H S L
Decimal 213 87 185 0 0.59 0.13 0.16 313.33 0.6 0.59
Hex D5 57 B9 0 3B D 10 139 3C 3B
Octal 325 127 271 0 73 15 20 471 74 73
Binary 11010101 1010111 10111001 0 111011 1101 10000 100111001 111100 111011

Color Harmonies of #D557B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D557B9

Black with #D557B9

Text Example


Text Example

White with #D557B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D557B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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