Html Css Color HEX #D556BB Fuchsia

📋 copy color: '#D556BB'

red 213 ◦ green 86 ◦ blue 187

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

Shades of Fuchsia #D556BB

Tints of Fuchsia #D556BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.48%

R = 43.83%
G = 17.7%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D556BB (or 0xD556BB) is known color: Fuchsia. HEX triplet: D5, 56 and BB. RGB value is (213,86,187). Sum of RGB (Red+Green+Blue) = 213+86+187=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 86 (33.98% from 255 or 17.70% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 213 - color contains mainly: red. Hex color #D556BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D556BB is #2AA944. Grayscale: #878787. Windows color (decimal): -2795845 or 12277461. OLE color: 12277461.

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

Color convert

RGB 213 86 187 -
CMYK 0 0.60 0.12 0.16
HSL 312.28º 0.6% 0.59% -
HSV(B) 312.28º 0.6% 0.84% -
XYZ 39.74 24.39 49.63 -
YUV 135.49 157.08 183.29 -
System Red Green Blue C M Y K H S L
Decimal 213 86 187 0 0.60 0.12 0.16 312.28 0.6 0.59
Hex D5 56 BB 0 3C C 10 138 3C 3B
Octal 325 126 273 0 74 14 20 470 74 73
Binary 11010101 1010110 10111011 0 111100 1100 10000 100111000 111100 111011

Color Harmonies of #D556BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D556BB

Black with #D556BB

Text Example


Text Example

White with #D556BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D556BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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