Html Css Color HEX #D556B5 Fuchsia

📋 copy color: '#D556B5'

red 213 ◦ green 86 ◦ blue 181

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

Shades of Fuchsia #D556B5

Tints of Fuchsia #D556B5

RGB

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

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

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

R = 44.38%
G = 17.92%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D556B5 (or 0xD556B5) is known color: Fuchsia. HEX triplet: D5, 56 and B5. RGB value is (213,86,181). Sum of RGB (Red+Green+Blue) = 213+86+181=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 86 (33.98% from 255 or 17.92% from 480); Blue value is 181 (71.09% from 255 or 37.71% from 480); Max value from RGB is 213 - color contains mainly: red. Hex color #D556B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D556B5 is #2AA94A. Grayscale: #868686. Windows color (decimal): -2795851 or 11884245. OLE color: 11884245.

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

Color convert

RGB 213 86 181 -
CMYK 0 0.60 0.15 0.16
HSL 315.12º 0.6% 0.59% -
HSV(B) 315.12º 0.6% 0.84% -
XYZ 39.11 24.14 46.31 -
YUV 134.8 154.08 183.78 -
System Red Green Blue C M Y K H S L
Decimal 213 86 181 0 0.60 0.15 0.16 315.12 0.6 0.59
Hex D5 56 B5 0 3C F 10 13B 3C 3B
Octal 325 126 265 0 74 17 20 473 74 73
Binary 11010101 1010110 10110101 0 111100 1111 10000 100111011 111100 111011

Color Harmonies of #D556B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D556B5

Black with #D556B5

Text Example


Text Example

White with #D556B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D556B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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