Html Css Color HEX #D558B6 Fuchsia

📋 copy color: '#D558B6'

red 213 ◦ green 88 ◦ blue 182

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

Shades of Fuchsia #D558B6

Tints of Fuchsia #D558B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 37.68%

R = 44.1%
G = 18.22%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D558B6 (or 0xD558B6) is known color: Fuchsia. HEX triplet: D5, 58 and B6. RGB value is (213,88,182). Sum of RGB (Red+Green+Blue) = 213+88+182=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 88 (34.77% from 255 or 18.22% from 483); Blue value is 182 (71.48% from 255 or 37.68% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D558B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D558B6 is #2AA749. Grayscale: #878787. Windows color (decimal): -2795338 or 11950293. OLE color: 11950293.

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

Color convert

RGB 213 88 182 -
CMYK 0 0.59 0.15 0.16
HSL 314.88º 0.6% 0.59% -
HSV(B) 314.88º 0.59% 0.84% -
XYZ 39.37 24.5 46.91 -
YUV 136.09 153.91 182.86 -
System Red Green Blue C M Y K H S L
Decimal 213 88 182 0 0.59 0.15 0.16 314.88 0.6 0.59
Hex D5 58 B6 0 3B F 10 13B 3C 3B
Octal 325 130 266 0 73 17 20 473 74 73
Binary 11010101 1011000 10110110 0 111011 1111 10000 100111011 111100 111011

Color Harmonies of #D558B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D558B6

Black with #D558B6

Text Example


Text Example

White with #D558B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D558B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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