#D557CF

Color #D557CF Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #D557CF

Tints of Free Speech Magenta #D557CF

Color information

#D557CF (or 0xD557CF) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 57 and CF. RGB value is (213,87,207). Sum of RGB (Red+Green+Blue) = 213+87+207=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 87 (34.38% from 255 or 17.16% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 213 - color contains mainly: red. Hex color #D557CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D557CF is #2AA830. Grayscale: #8A8A8A. Windows color (decimal): -2795569 or 13588437. OLE color: 13588437.

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

Color convert

RGB21387207-
CMYK00.590.030.16
HSL302.86º60%58.82%-
HSV(B)302.86º59.15%83.53%-
XYZ42.1125.4761.73-
YUV138.35166.74181.24-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.01%
GREEN value IS 87 (34.38% from 255) = 17.16%
BLUE value IS 207 (81.25% from 255) = 40.83%
R=42.01%
G=17.16%
B=40.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138720700.590.030.16302.866058.82
HexD557CF03B31012f3c3b
Octal3251273170733204577473
Binary1101010110101111100111101110111110000100101111111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D557CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D557CF; }

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

 H1.HeaderClassName
 {
   color: #D557CF;
 }
 .AnyTagClassName
 {
   color: #D557CF;
 }
</style>
background-color css

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

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

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

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

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

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