Html Css Color HEX #D558C9 Free Speech Magenta

📋 copy color: '#D558C9'

red 213 ◦ green 88 ◦ blue 201

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

Shades of Free Speech Magenta #D558C9

Tints of Free Speech Magenta #D558C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.04%

R = 42.43%
G = 17.53%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D558C9 (or 0xD558C9) is known color: Free Speech Magenta. HEX triplet: D5, 58 and C9. RGB value is (213,88,201). Sum of RGB (Red+Green+Blue) = 213+88+201=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 88 (34.77% from 255 or 17.53% from 502); Blue value is 201 (78.91% from 255 or 40.04% from 502); Max value from RGB is 213 - color contains mainly: red. Hex color #D558C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D558C9 is #2AA736. Grayscale: #898989. Windows color (decimal): -2795319 or 13195477. OLE color: 13195477.

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

Color convert

RGB 213 88 201 -
CMYK 0 0.59 0.06 0.16
HSL 305.76º 0.6% 0.59% -
HSV(B) 305.76º 0.59% 0.84% -
XYZ 41.47 25.34 57.96 -
YUV 138.26 163.41 181.31 -
System Red Green Blue C M Y K H S L
Decimal 213 88 201 0 0.59 0.06 0.16 305.76 0.6 0.59
Hex D5 58 C9 0 3B 6 10 132 3C 3B
Octal 325 130 311 0 73 6 20 462 74 73
Binary 11010101 1011000 11001001 0 111011 110 10000 100110010 111100 111011

Color Harmonies of #D558C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D558C9

Black with #D558C9

Text Example


Text Example

White with #D558C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D558C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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