Html Css Color HEX #D558C3 Fuchsia

📋 copy color: '#D558C3'

red 213 ◦ green 88 ◦ blue 195

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

Shades of Fuchsia #D558C3

Tints of Fuchsia #D558C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 39.31%

R = 42.94%
G = 17.74%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D558C3 (or 0xD558C3) is known color: Fuchsia. HEX triplet: D5, 58 and C3. RGB value is (213,88,195). Sum of RGB (Red+Green+Blue) = 213+88+195=496 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.94% from 496); Green value is 88 (34.77% from 255 or 17.74% from 496); Blue value is 195 (76.56% from 255 or 39.31% from 496); Max value from RGB is 213 - color contains mainly: red. Hex color #D558C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D558C3 is #2AA73C. Grayscale: #898989. Windows color (decimal): -2795325 or 12802261. OLE color: 12802261.

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

Color convert

RGB 213 88 195 -
CMYK 0 0.59 0.08 0.16
HSL 308.64º 0.6% 0.59% -
HSV(B) 308.64º 0.59% 0.84% -
XYZ 40.78 25.07 54.32 -
YUV 137.57 160.41 181.8 -
System Red Green Blue C M Y K H S L
Decimal 213 88 195 0 0.59 0.08 0.16 308.64 0.6 0.59
Hex D5 58 C3 0 3B 8 10 135 3C 3B
Octal 325 130 303 0 73 10 20 465 74 73
Binary 11010101 1011000 11000011 0 111011 1000 10000 100110101 111100 111011

Color Harmonies of #D558C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D558C3

Black with #D558C3

Text Example


Text Example

White with #D558C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D558C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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