Html Css Color HEX #D557C7 Free Speech Magenta

📋 copy color: '#D557C7'

red 213 ◦ green 87 ◦ blue 199

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

Shades of Free Speech Magenta #D557C7

Tints of Free Speech Magenta #D557C7

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.43%

 BLUE value IS 199 (78.13% from 255) = 39.88%

R = 42.69%
G = 17.43%
B = 39.88%

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

#D557C7 (or 0xD557C7) is known color: Free Speech Magenta. HEX triplet: D5, 57 and C7. RGB value is (213,87,199). Sum of RGB (Red+Green+Blue) = 213+87+199=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 87 (34.38% from 255 or 17.43% from 499); Blue value is 199 (78.12% from 255 or 39.88% from 499); Max value from RGB is 213 - color contains mainly: red. Hex color #D557C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D557C7 is #2AA838. Grayscale: #898989. Windows color (decimal): -2795577 or 13064149. OLE color: 13064149.

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

Color convert

RGB 213 87 199 -
CMYK 0 0.59 0.07 0.16
HSL 306.67º 0.6% 0.59% -
HSV(B) 306.67º 0.59% 0.84% -
XYZ 41.16 25.09 56.71 -
YUV 137.44 162.74 181.89 -
System Red Green Blue C M Y K H S L
Decimal 213 87 199 0 0.59 0.07 0.16 306.67 0.6 0.59
Hex D5 57 C7 0 3B 7 10 133 3C 3B
Octal 325 127 307 0 73 7 20 463 74 73
Binary 11010101 1010111 11000111 0 111011 111 10000 100110011 111100 111011

Color Harmonies of #D557C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D557C7

Black with #D557C7

Text Example


Text Example

White with #D557C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D557C7; }

 p { color: rgb(213,87,199); }

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

background-color css

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

 a { background-color: rgb(213,87,199); }

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

border-color css

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

 span { border-color: rgb(213,87,199); }

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