Html Css Color HEX #D558BB Fuchsia

📋 copy color: '#D558BB'

red 213 ◦ green 88 ◦ blue 187

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

Shades of Fuchsia #D558BB

Tints of Fuchsia #D558BB

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.03%

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

R = 43.65%
G = 18.03%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D558BB (or 0xD558BB) is known color: Fuchsia. HEX triplet: D5, 58 and BB. RGB value is (213,88,187). Sum of RGB (Red+Green+Blue) = 213+88+187=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 88 (34.77% from 255 or 18.03% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D558BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D558BB is #2AA744. Grayscale: #888888. Windows color (decimal): -2795333 or 12277973. OLE color: 12277973.

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

Color convert

RGB 213 88 187 -
CMYK 0 0.59 0.12 0.16
HSL 312.48º 0.6% 0.59% -
HSV(B) 312.48º 0.59% 0.84% -
XYZ 39.9 24.71 49.68 -
YUV 136.66 156.41 182.45 -
System Red Green Blue C M Y K H S L
Decimal 213 88 187 0 0.59 0.12 0.16 312.48 0.6 0.59
Hex D5 58 BB 0 3B C 10 138 3C 3B
Octal 325 130 273 0 73 14 20 470 74 73
Binary 11010101 1011000 10111011 0 111011 1100 10000 100111000 111100 111011

Color Harmonies of #D558BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D558BB

Black with #D558BB

Text Example


Text Example

White with #D558BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D558BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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