Html Css Color HEX #D558B4 Fuchsia

📋 copy color: '#D558B4'

red 213 ◦ green 88 ◦ blue 180

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

Shades of Fuchsia #D558B4

Tints of Fuchsia #D558B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.42%

R = 44.28%
G = 18.3%
B = 37.42%

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

#D558B4 (or 0xD558B4) is known color: Fuchsia. HEX triplet: D5, 58 and B4. RGB value is (213,88,180). Sum of RGB (Red+Green+Blue) = 213+88+180=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 88 (34.77% from 255 or 18.30% from 481); Blue value is 180 (70.70% from 255 or 37.42% from 481); Max value from RGB is 213 - color contains mainly: red. Hex color #D558B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D558B4 is #2AA74B. Grayscale: #878787. Windows color (decimal): -2795340 or 11819221. OLE color: 11819221.

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

Color convert

RGB 213 88 180 -
CMYK 0 0.59 0.15 0.16
HSL 315.84º 0.6% 0.59% -
HSV(B) 315.84º 0.59% 0.84% -
XYZ 39.17 24.42 45.83 -
YUV 135.86 152.91 183.02 -
System Red Green Blue C M Y K H S L
Decimal 213 88 180 0 0.59 0.15 0.16 315.84 0.6 0.59
Hex D5 58 B4 0 3B F 10 13C 3C 3B
Octal 325 130 264 0 73 17 20 474 74 73
Binary 11010101 1011000 10110100 0 111011 1111 10000 100111100 111100 111011

Color Harmonies of #D558B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D558B4

Black with #D558B4

Text Example


Text Example

White with #D558B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D558B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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