Html Css Color HEX #D556B7 Fuchsia

📋 copy color: '#D556B7'

red 213 ◦ green 86 ◦ blue 183

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

Shades of Fuchsia #D556B7

Tints of Fuchsia #D556B7

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.84%

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

R = 44.19%
G = 17.84%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D556B7 (or 0xD556B7) is known color: Fuchsia. HEX triplet: D5, 56 and B7. RGB value is (213,86,183). Sum of RGB (Red+Green+Blue) = 213+86+183=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 86 (33.98% from 255 or 17.84% from 482); Blue value is 183 (71.88% from 255 or 37.97% from 482); Max value from RGB is 213 - color contains mainly: red. Hex color #D556B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D556B7 is #2AA948. Grayscale: #868686. Windows color (decimal): -2795849 or 12015317. OLE color: 12015317.

HSL color Cylindrical-coordinate representation of color #D556B7: hue angle of 314.17º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D556B7 is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 86 183 -
CMYK 0 0.60 0.14 0.16
HSL 314.17º 0.6% 0.59% -
HSV(B) 314.17º 0.6% 0.84% -
XYZ 39.32 24.22 47.4 -
YUV 135.03 155.08 183.61 -
System Red Green Blue C M Y K H S L
Decimal 213 86 183 0 0.60 0.14 0.16 314.17 0.6 0.59
Hex D5 56 B7 0 3C E 10 13A 3C 3B
Octal 325 126 267 0 74 16 20 472 74 73
Binary 11010101 1010110 10110111 0 111100 1110 10000 100111010 111100 111011

Color Harmonies of #D556B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D556B7

Black with #D556B7

Text Example


Text Example

White with #D556B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D556B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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