Html Css Color HEX #D558AE Fuchsia

📋 copy color: '#D558AE'

red 213 ◦ green 88 ◦ blue 174

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

Shades of Fuchsia #D558AE

Tints of Fuchsia #D558AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 36.63%

R = 44.84%
G = 18.53%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D558AE (or 0xD558AE) is known color: Fuchsia. HEX triplet: D5, 58 and AE. RGB value is (213,88,174). Sum of RGB (Red+Green+Blue) = 213+88+174=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 88 (34.77% from 255 or 18.53% from 475); Blue value is 174 (68.36% from 255 or 36.63% from 475); Max value from RGB is 213 - color contains mainly: red. Hex color #D558AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D558AE is #2AA751. Grayscale: #868686. Windows color (decimal): -2795346 or 11426005. OLE color: 11426005.

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

Color convert

RGB 213 88 174 -
CMYK 0 0.59 0.18 0.16
HSL 318.72º 0.6% 0.59% -
HSV(B) 318.72º 0.59% 0.84% -
XYZ 38.57 24.18 42.68 -
YUV 135.18 149.91 183.51 -
System Red Green Blue C M Y K H S L
Decimal 213 88 174 0 0.59 0.18 0.16 318.72 0.6 0.59
Hex D5 58 AE 0 3B 12 10 13F 3C 3B
Octal 325 130 256 0 73 22 20 477 74 73
Binary 11010101 1011000 10101110 0 111011 10010 10000 100111111 111100 111011

Color Harmonies of #D558AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D558AE

Black with #D558AE

Text Example


Text Example

White with #D558AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D558AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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