Html Css Color HEX #D558C0 Fuchsia

📋 copy color: '#D558C0'

red 213 ◦ green 88 ◦ blue 192

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

Shades of Fuchsia #D558C0

Tints of Fuchsia #D558C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 38.95%

R = 43.2%
G = 17.85%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D558C0 (or 0xD558C0) is known color: Fuchsia. HEX triplet: D5, 58 and C0. RGB value is (213,88,192). Sum of RGB (Red+Green+Blue) = 213+88+192=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 88 (34.77% from 255 or 17.85% from 493); Blue value is 192 (75.39% from 255 or 38.95% from 493); Max value from RGB is 213 - color contains mainly: red. Hex color #D558C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D558C0 is #2AA73F. Grayscale: #888888. Windows color (decimal): -2795328 or 12605653. OLE color: 12605653.

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

Color convert

RGB 213 88 192 -
CMYK 0 0.59 0.10 0.16
HSL 310.08º 0.6% 0.59% -
HSV(B) 310.08º 0.59% 0.84% -
XYZ 40.44 24.93 52.55 -
YUV 137.23 158.91 182.04 -
System Red Green Blue C M Y K H S L
Decimal 213 88 192 0 0.59 0.10 0.16 310.08 0.6 0.59
Hex D5 58 C0 0 3B A 10 136 3C 3B
Octal 325 130 300 0 73 12 20 466 74 73
Binary 11010101 1011000 11000000 0 111011 1010 10000 100110110 111100 111011

Color Harmonies of #D558C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D558C0

Black with #D558C0

Text Example


Text Example

White with #D558C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D558C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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