Html Css Color HEX #D558C6 Free Speech Magenta

📋 copy color: '#D558C6'

red 213 ◦ green 88 ◦ blue 198

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

Shades of Free Speech Magenta #D558C6

Tints of Free Speech Magenta #D558C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 39.68%

R = 42.69%
G = 17.64%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D558C6 (or 0xD558C6) is known color: Free Speech Magenta. HEX triplet: D5, 58 and C6. RGB value is (213,88,198). Sum of RGB (Red+Green+Blue) = 213+88+198=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 88 (34.77% from 255 or 17.64% from 499); Blue value is 198 (77.73% from 255 or 39.68% from 499); Max value from RGB is 213 - color contains mainly: red. Hex color #D558C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D558C6 is #2AA739. Grayscale: #898989. Windows color (decimal): -2795322 or 12998869. OLE color: 12998869.

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

Color convert

RGB 213 88 198 -
CMYK 0 0.59 0.07 0.16
HSL 307.2º 0.6% 0.59% -
HSV(B) 307.2º 0.59% 0.84% -
XYZ 41.12 25.2 56.12 -
YUV 137.92 161.91 181.56 -
System Red Green Blue C M Y K H S L
Decimal 213 88 198 0 0.59 0.07 0.16 307.2 0.6 0.59
Hex D5 58 C6 0 3B 7 10 133 3C 3B
Octal 325 130 306 0 73 7 20 463 74 73
Binary 11010101 1011000 11000110 0 111011 111 10000 100110011 111100 111011

Color Harmonies of #D558C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D558C6

Black with #D558C6

Text Example


Text Example

White with #D558C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D558C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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