Html Css Color HEX #D557B6 Fuchsia

📋 copy color: '#D557B6'

red 213 ◦ green 87 ◦ blue 182

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

Shades of Fuchsia #D557B6

Tints of Fuchsia #D557B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 37.76%

R = 44.19%
G = 18.05%
B = 37.76%

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

#D557B6 (or 0xD557B6) is known color: Fuchsia. HEX triplet: D5, 57 and B6. RGB value is (213,87,182). Sum of RGB (Red+Green+Blue) = 213+87+182=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 87 (34.38% from 255 or 18.05% from 482); Blue value is 182 (71.48% from 255 or 37.76% from 482); Max value from RGB is 213 - color contains mainly: red. Hex color #D557B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D557B6 is #2AA849. Grayscale: #878787. Windows color (decimal): -2795594 or 11950037. OLE color: 11950037.

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

Color convert

RGB 213 87 182 -
CMYK 0 0.59 0.15 0.16
HSL 314.76º 0.6% 0.59% -
HSV(B) 314.76º 0.59% 0.84% -
XYZ 39.29 24.34 46.88 -
YUV 135.5 154.24 183.28 -
System Red Green Blue C M Y K H S L
Decimal 213 87 182 0 0.59 0.15 0.16 314.76 0.6 0.59
Hex D5 57 B6 0 3B F 10 13B 3C 3B
Octal 325 127 266 0 73 17 20 473 74 73
Binary 11010101 1010111 10110110 0 111011 1111 10000 100111011 111100 111011

Color Harmonies of #D557B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D557B6

Black with #D557B6

Text Example


Text Example

White with #D557B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D557B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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