Html Css Color HEX #D556B9 Fuchsia

📋 copy color: '#D556B9'

red 213 ◦ green 86 ◦ blue 185

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

Shades of Fuchsia #D556B9

Tints of Fuchsia #D556B9

RGB

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

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

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

R = 44.01%
G = 17.77%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D556B9 (or 0xD556B9) is known color: Fuchsia. HEX triplet: D5, 56 and B9. RGB value is (213,86,185). Sum of RGB (Red+Green+Blue) = 213+86+185=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 86 (33.98% from 255 or 17.77% from 484); Blue value is 185 (72.66% from 255 or 38.22% from 484); Max value from RGB is 213 - color contains mainly: red. Hex color #D556B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D556B9 is #2AA946. Grayscale: #868686. Windows color (decimal): -2795847 or 12146389. OLE color: 12146389.

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

Color convert

RGB 213 86 185 -
CMYK 0 0.60 0.13 0.16
HSL 313.23º 0.6% 0.59% -
HSV(B) 313.23º 0.6% 0.84% -
XYZ 39.53 24.3 48.51 -
YUV 135.26 156.08 183.45 -
System Red Green Blue C M Y K H S L
Decimal 213 86 185 0 0.60 0.13 0.16 313.23 0.6 0.59
Hex D5 56 B9 0 3C D 10 139 3C 3B
Octal 325 126 271 0 74 15 20 471 74 73
Binary 11010101 1010110 10111001 0 111100 1101 10000 100111001 111100 111011

Color Harmonies of #D556B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D556B9

Black with #D556B9

Text Example


Text Example

White with #D556B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D556B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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